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

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

Uses of Wildcard in org.w3.x2001.xmlSchema
 

Subinterfaces of Wildcard in org.w3.x2001.xmlSchema
static interface AnyDocument.Any
          An XML any(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema that return Wildcard
 Wildcard ComplexType.addNewAnyAttribute()
          Appends and returns a new empty "anyAttribute" element
 Wildcard AttributeGroup.addNewAnyAttribute()
          Appends and returns a new empty "anyAttribute" element
 Wildcard RestrictionType.addNewAnyAttribute()
          Appends and returns a new empty "anyAttribute" element
 Wildcard ExtensionType.addNewAnyAttribute()
          Appends and returns a new empty "anyAttribute" element
 Wildcard AnyAttributeDocument.addNewAnyAttribute()
          Appends and returns a new empty "anyAttribute" element
 Wildcard ComplexType.getAnyAttribute()
          Gets the "anyAttribute" element
 Wildcard AttributeGroup.getAnyAttribute()
          Gets the "anyAttribute" element
 Wildcard RestrictionType.getAnyAttribute()
          Gets the "anyAttribute" element
 Wildcard ExtensionType.getAnyAttribute()
          Gets the "anyAttribute" element
 Wildcard AnyAttributeDocument.getAnyAttribute()
          Gets the "anyAttribute" element
static Wildcard Wildcard.Factory.newInstance()
           
static Wildcard Wildcard.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Wildcard Wildcard.Factory.parse(java.io.File file)
           
static Wildcard Wildcard.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Wildcard Wildcard.Factory.parse(java.io.InputStream is)
           
static Wildcard Wildcard.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Wildcard Wildcard.Factory.parse(org.w3c.dom.Node node)
           
static Wildcard Wildcard.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Wildcard Wildcard.Factory.parse(java.io.Reader r)
           
static Wildcard Wildcard.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Wildcard Wildcard.Factory.parse(java.lang.String xmlAsString)
           
static Wildcard Wildcard.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Wildcard Wildcard.Factory.parse(java.net.URL u)
           
static Wildcard Wildcard.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Wildcard Wildcard.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Wildcard Wildcard.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Wildcard Wildcard.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Wildcard Wildcard.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type Wildcard
 void ComplexType.setAnyAttribute(Wildcard anyAttribute)
          Sets the "anyAttribute" element
 void AttributeGroup.setAnyAttribute(Wildcard anyAttribute)
          Sets the "anyAttribute" element
 void RestrictionType.setAnyAttribute(Wildcard anyAttribute)
          Sets the "anyAttribute" element
 void ExtensionType.setAnyAttribute(Wildcard anyAttribute)
          Sets the "anyAttribute" element
 void AnyAttributeDocument.setAnyAttribute(Wildcard anyAttribute)
          Sets the "anyAttribute" element
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement Wildcard
static class AnyDocumentImpl.AnyImpl
          An XML any(@http://www.w3.org/2001/XMLSchema).
 class WildcardImpl
          An XML wildcard(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return Wildcard
 Wildcard AttributeGroupImpl.addNewAnyAttribute()
          Appends and returns a new empty "anyAttribute" element
 Wildcard RestrictionTypeImpl.addNewAnyAttribute()
          Appends and returns a new empty "anyAttribute" element
 Wildcard ExtensionTypeImpl.addNewAnyAttribute()
          Appends and returns a new empty "anyAttribute" element
 Wildcard ComplexTypeImpl.addNewAnyAttribute()
          Appends and returns a new empty "anyAttribute" element
 Wildcard AnyAttributeDocumentImpl.addNewAnyAttribute()
          Appends and returns a new empty "anyAttribute" element
 Wildcard AttributeGroupImpl.getAnyAttribute()
          Gets the "anyAttribute" element
 Wildcard RestrictionTypeImpl.getAnyAttribute()
          Gets the "anyAttribute" element
 Wildcard ExtensionTypeImpl.getAnyAttribute()
          Gets the "anyAttribute" element
 Wildcard ComplexTypeImpl.getAnyAttribute()
          Gets the "anyAttribute" element
 Wildcard AnyAttributeDocumentImpl.getAnyAttribute()
          Gets the "anyAttribute" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type Wildcard
 void AttributeGroupImpl.setAnyAttribute(Wildcard anyAttribute)
          Sets the "anyAttribute" element
 void RestrictionTypeImpl.setAnyAttribute(Wildcard anyAttribute)
          Sets the "anyAttribute" element
 void ExtensionTypeImpl.setAnyAttribute(Wildcard anyAttribute)
          Sets the "anyAttribute" element
 void ComplexTypeImpl.setAnyAttribute(Wildcard anyAttribute)
          Sets the "anyAttribute" element
 void AnyAttributeDocumentImpl.setAnyAttribute(Wildcard anyAttribute)
          Sets the "anyAttribute" element
 



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