Uses of Interface
org.w3.x2001.xmlSchema.AttributeGroupRef

Packages that use AttributeGroupRef
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of AttributeGroupRef in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return AttributeGroupRef
 AttributeGroupRef ComplexType.addNewAttributeGroup()
          Appends and returns a new empty value (as xml) as the last "attributeGroup" element
 AttributeGroupRef AttributeGroup.addNewAttributeGroup()
          Appends and returns a new empty value (as xml) as the last "attributeGroup" element
 AttributeGroupRef RestrictionType.addNewAttributeGroup()
          Appends and returns a new empty value (as xml) as the last "attributeGroup" element
 AttributeGroupRef ExtensionType.addNewAttributeGroup()
          Appends and returns a new empty value (as xml) as the last "attributeGroup" element
 AttributeGroupRef[] ComplexType.getAttributeGroupArray()
          Gets array of all "attributeGroup" elements
 AttributeGroupRef[] AttributeGroup.getAttributeGroupArray()
          Gets array of all "attributeGroup" elements
 AttributeGroupRef[] RestrictionType.getAttributeGroupArray()
          Gets array of all "attributeGroup" elements
 AttributeGroupRef[] ExtensionType.getAttributeGroupArray()
          Gets array of all "attributeGroup" elements
 AttributeGroupRef ComplexType.getAttributeGroupArray(int i)
          Gets ith "attributeGroup" element
 AttributeGroupRef AttributeGroup.getAttributeGroupArray(int i)
          Gets ith "attributeGroup" element
 AttributeGroupRef RestrictionType.getAttributeGroupArray(int i)
          Gets ith "attributeGroup" element
 AttributeGroupRef ExtensionType.getAttributeGroupArray(int i)
          Gets ith "attributeGroup" element
 AttributeGroupRef ComplexType.insertNewAttributeGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element
 AttributeGroupRef AttributeGroup.insertNewAttributeGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element
 AttributeGroupRef RestrictionType.insertNewAttributeGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element
 AttributeGroupRef ExtensionType.insertNewAttributeGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element
static AttributeGroupRef AttributeGroupRef.Factory.newInstance()
           
static AttributeGroupRef AttributeGroupRef.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(java.io.File file)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(java.io.InputStream is)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(org.w3c.dom.Node node)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(java.io.Reader r)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(java.lang.String xmlAsString)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(java.net.URL u)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AttributeGroupRef AttributeGroupRef.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AttributeGroupRef AttributeGroupRef.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AttributeGroupRef AttributeGroupRef.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type AttributeGroupRef
 void ComplexType.setAttributeGroupArray(AttributeGroupRef[] attributeGroupArray)
          Sets array of all "attributeGroup" element
 void AttributeGroup.setAttributeGroupArray(AttributeGroupRef[] attributeGroupArray)
          Sets array of all "attributeGroup" element
 void RestrictionType.setAttributeGroupArray(AttributeGroupRef[] attributeGroupArray)
          Sets array of all "attributeGroup" element
 void ExtensionType.setAttributeGroupArray(AttributeGroupRef[] attributeGroupArray)
          Sets array of all "attributeGroup" element
 void ComplexType.setAttributeGroupArray(int i, AttributeGroupRef attributeGroup)
          Sets ith "attributeGroup" element
 void AttributeGroup.setAttributeGroupArray(int i, AttributeGroupRef attributeGroup)
          Sets ith "attributeGroup" element
 void RestrictionType.setAttributeGroupArray(int i, AttributeGroupRef attributeGroup)
          Sets ith "attributeGroup" element
 void ExtensionType.setAttributeGroupArray(int i, AttributeGroupRef attributeGroup)
          Sets ith "attributeGroup" element
 

Uses of AttributeGroupRef in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement AttributeGroupRef
 class AttributeGroupRefImpl
          An XML attributeGroupRef(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return AttributeGroupRef
 AttributeGroupRef AttributeGroupImpl.addNewAttributeGroup()
          Appends and returns a new empty value (as xml) as the last "attributeGroup" element
 AttributeGroupRef RestrictionTypeImpl.addNewAttributeGroup()
          Appends and returns a new empty value (as xml) as the last "attributeGroup" element
 AttributeGroupRef ExtensionTypeImpl.addNewAttributeGroup()
          Appends and returns a new empty value (as xml) as the last "attributeGroup" element
 AttributeGroupRef ComplexTypeImpl.addNewAttributeGroup()
          Appends and returns a new empty value (as xml) as the last "attributeGroup" element
 AttributeGroupRef[] AttributeGroupImpl.getAttributeGroupArray()
          Gets array of all "attributeGroup" elements
 AttributeGroupRef[] RestrictionTypeImpl.getAttributeGroupArray()
          Gets array of all "attributeGroup" elements
 AttributeGroupRef[] ExtensionTypeImpl.getAttributeGroupArray()
          Gets array of all "attributeGroup" elements
 AttributeGroupRef[] ComplexTypeImpl.getAttributeGroupArray()
          Gets array of all "attributeGroup" elements
 AttributeGroupRef AttributeGroupImpl.getAttributeGroupArray(int i)
          Gets ith "attributeGroup" element
 AttributeGroupRef RestrictionTypeImpl.getAttributeGroupArray(int i)
          Gets ith "attributeGroup" element
 AttributeGroupRef ExtensionTypeImpl.getAttributeGroupArray(int i)
          Gets ith "attributeGroup" element
 AttributeGroupRef ComplexTypeImpl.getAttributeGroupArray(int i)
          Gets ith "attributeGroup" element
 AttributeGroupRef AttributeGroupImpl.insertNewAttributeGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element
 AttributeGroupRef RestrictionTypeImpl.insertNewAttributeGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element
 AttributeGroupRef ExtensionTypeImpl.insertNewAttributeGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element
 AttributeGroupRef ComplexTypeImpl.insertNewAttributeGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type AttributeGroupRef
 void AttributeGroupImpl.setAttributeGroupArray(AttributeGroupRef[] attributeGroupArray)
          Sets array of all "attributeGroup" element
 void RestrictionTypeImpl.setAttributeGroupArray(AttributeGroupRef[] attributeGroupArray)
          Sets array of all "attributeGroup" element
 void ExtensionTypeImpl.setAttributeGroupArray(AttributeGroupRef[] attributeGroupArray)
          Sets array of all "attributeGroup" element
 void ComplexTypeImpl.setAttributeGroupArray(AttributeGroupRef[] attributeGroupArray)
          Sets array of all "attributeGroup" element
 void AttributeGroupImpl.setAttributeGroupArray(int i, AttributeGroupRef attributeGroup)
          Sets ith "attributeGroup" element
 void RestrictionTypeImpl.setAttributeGroupArray(int i, AttributeGroupRef attributeGroup)
          Sets ith "attributeGroup" element
 void ExtensionTypeImpl.setAttributeGroupArray(int i, AttributeGroupRef attributeGroup)
          Sets ith "attributeGroup" element
 void ComplexTypeImpl.setAttributeGroupArray(int i, AttributeGroupRef attributeGroup)
          Sets ith "attributeGroup" element
 



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