Uses of Interface
org.w3.x2001.xmlSchema.KeyrefDocument.Keyref

Packages that use KeyrefDocument.Keyref
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of KeyrefDocument.Keyref in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return KeyrefDocument.Keyref
 KeyrefDocument.Keyref Element.addNewKeyref()
          Appends and returns a new empty value (as xml) as the last "keyref" element
 KeyrefDocument.Keyref KeyrefDocument.addNewKeyref()
          Appends and returns a new empty "keyref" element
 KeyrefDocument.Keyref KeyrefDocument.getKeyref()
          Gets the "keyref" element
 KeyrefDocument.Keyref[] Element.getKeyrefArray()
          Gets array of all "keyref" elements
 KeyrefDocument.Keyref Element.getKeyrefArray(int i)
          Gets ith "keyref" element
 KeyrefDocument.Keyref Element.insertNewKeyref(int i)
          Inserts and returns a new empty value (as xml) as the ith "keyref" element
static KeyrefDocument.Keyref KeyrefDocument.Keyref.Factory.newInstance()
           
static KeyrefDocument.Keyref KeyrefDocument.Keyref.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type KeyrefDocument.Keyref
 void KeyrefDocument.setKeyref(KeyrefDocument.Keyref keyref)
          Sets the "keyref" element
 void Element.setKeyrefArray(int i, KeyrefDocument.Keyref keyref)
          Sets ith "keyref" element
 void Element.setKeyrefArray(KeyrefDocument.Keyref[] keyrefArray)
          Sets array of all "keyref" element
 

Uses of KeyrefDocument.Keyref in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement KeyrefDocument.Keyref
static class KeyrefDocumentImpl.KeyrefImpl
          An XML keyref(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return KeyrefDocument.Keyref
 KeyrefDocument.Keyref KeyrefDocumentImpl.addNewKeyref()
          Appends and returns a new empty "keyref" element
 KeyrefDocument.Keyref ElementImpl.addNewKeyref()
          Appends and returns a new empty value (as xml) as the last "keyref" element
 KeyrefDocument.Keyref KeyrefDocumentImpl.getKeyref()
          Gets the "keyref" element
 KeyrefDocument.Keyref[] ElementImpl.getKeyrefArray()
          Gets array of all "keyref" elements
 KeyrefDocument.Keyref ElementImpl.getKeyrefArray(int i)
          Gets ith "keyref" element
 KeyrefDocument.Keyref ElementImpl.insertNewKeyref(int i)
          Inserts and returns a new empty value (as xml) as the ith "keyref" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type KeyrefDocument.Keyref
 void KeyrefDocumentImpl.setKeyref(KeyrefDocument.Keyref keyref)
          Sets the "keyref" element
 void ElementImpl.setKeyrefArray(int i, KeyrefDocument.Keyref keyref)
          Sets ith "keyref" element
 void ElementImpl.setKeyrefArray(KeyrefDocument.Keyref[] keyrefArray)
          Sets array of all "keyref" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.