Uses of Interface
net.sf.jaxme.xs.xml.XsTWildcard

Packages that use XsTWildcard
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsTWildcard in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs with parameters of type XsTWildcard
 XSWildcard XSObjectFactory.newXSWildcard(XSObject pParent, XsTWildcard pWildcard)
          Returns a new instance of XSWildcard.
 

Uses of XsTWildcard in net.sf.jaxme.xs.impl
 

Methods in net.sf.jaxme.xs.impl with parameters of type XsTWildcard
 XSWildcard XSObjectFactoryImpl.newXSWildcard(XSObject pParent, XsTWildcard pWildcard)
           
 

Constructors in net.sf.jaxme.xs.impl with parameters of type XsTWildcard
XSWildcardImpl(XSObject pParent, XsTWildcard pBaseObject)
           
 

Uses of XsTWildcard in net.sf.jaxme.xs.xml
 

Subinterfaces of XsTWildcard in net.sf.jaxme.xs.xml
 interface XsEAny
          Implementation of the xs:any element, as specified by the following: <xs:element name="any" id="any"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-any"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:wildcard"> <xs:attributeGroup ref="xs:occurs"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
 

Methods in net.sf.jaxme.xs.xml that return XsTWildcard
 XsTWildcard XsObjectFactory.newXsTWildcard(XsObject pParent)
           
 XsTWildcard XsGAttrDecls.createAnyAttribute()
          Creates a new instance of XsTWildcard.
 XsTWildcard XsGAttrDecls.getAnyAttribute()
          Returns the instance created by XsGAttrDecls.createAnyAttribute(), or null, if the method wasn't called.
 

Uses of XsTWildcard in net.sf.jaxme.xs.xml.impl
 

Classes in net.sf.jaxme.xs.xml.impl that implement XsTWildcard
 class XsEAnyImpl
          Implementation of the xs:any element, as specified by the following: <xs:element name="any" id="any"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-any"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:wildcard"> <xs:attributeGroup ref="xs:occurs"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
 class XsTWildcardImpl
          Implementation of the xs:wildcard type, with the following specification: <xs:complexType name="wildcard"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="namespace" type="xs:namespaceList" use="optional" default="##any"/> <xs:attribute name="processContents" use="optional" default="strict" <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="skip"/> <xs:enumeration value="lax"/> <xs:enumeration value="strict"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsTWildcard
 XsTWildcard XsTSimpleRestrictionTypeImpl.createAnyAttribute()
           
 XsTWildcard XsTSimpleRestrictionTypeImpl.getAnyAttribute()
           
 XsTWildcard XsTSimpleExtensionTypeImpl.createAnyAttribute()
           
 XsTWildcard XsTSimpleExtensionTypeImpl.getAnyAttribute()
           
 XsTWildcard XsTRestrictionTypeImpl.createAnyAttribute()
           
 XsTWildcard XsTRestrictionTypeImpl.getAnyAttribute()
           
 XsTWildcard XsTExtensionTypeImpl.createAnyAttribute()
           
 XsTWildcard XsTExtensionTypeImpl.getAnyAttribute()
           
 XsTWildcard XsTComplexTypeImpl.createAnyAttribute()
           
 XsTWildcard XsTComplexTypeImpl.getAnyAttribute()
           
 XsTWildcard XsTAttributeGroupImpl.createAnyAttribute()
           
 XsTWildcard XsTAttributeGroupImpl.getAnyAttribute()
           
 XsTWildcard XsObjectFactoryImpl.newXsTWildcard(XsObject pParent)
           
 XsTWildcard XsGComplexTypeModelImpl.createAnyAttribute()
           
 XsTWildcard XsGComplexTypeModelImpl.getAnyAttribute()
           
 XsTWildcard XsGAttrDeclsImpl.createAnyAttribute()
           
 XsTWildcard XsGAttrDeclsImpl.getAnyAttribute()