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

Packages that use XsTAttribute
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
net.sf.jaxme.xs.jaxb.impl   
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsTAttribute in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs with parameters of type XsTAttribute
 XSAttribute XSObjectFactory.newXSAttribute(XSObject pParent, XsTAttribute pAttribute)
          Returns a new instance of XSAttribute.
 

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

Methods in net.sf.jaxme.xs.impl that return XsTAttribute
protected  XsTAttribute XSAttributeImpl.getXsTAttribute()
           
 

Methods in net.sf.jaxme.xs.impl with parameters of type XsTAttribute
 XSAttribute XSObjectFactoryImpl.newXSAttribute(XSObject pParent, XsTAttribute pAttribute)
           
 

Constructors in net.sf.jaxme.xs.impl with parameters of type XsTAttribute
XSAttributeImpl(XSObject pParent, XsTAttribute pBaseAttribute)
           
 

Uses of XsTAttribute in net.sf.jaxme.xs.jaxb.impl
 

Methods in net.sf.jaxme.xs.jaxb.impl with parameters of type XsTAttribute
 XSAttribute JAXBObjectFactoryImpl.newXSAttribute(XSObject pParent, XsTAttribute pAttribute)
           
 

Constructors in net.sf.jaxme.xs.jaxb.impl with parameters of type XsTAttribute
JAXBAttributeImpl(XSObject pParent, XsTAttribute pBaseAttribute)
          Creates a new instance of JAXBAttributeImpl.
 

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

Methods in net.sf.jaxme.xs.xml that return XsTAttribute
 XsTAttribute XsObjectFactory.newXsTAttribute(XsObject pParent)
           
 XsTAttribute XsGAttrDecls.createAttribute()
          Creates a new instance of XsTAttribute.
 XsTAttribute[] XsGAttrDecls.getAttributes()
          Returns an array of all attributes created by XsGAttrDecls.createAttribute().
 XsTAttribute XsESchema.createAttribute()
           
 

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

Classes in net.sf.jaxme.xs.xml.impl that implement XsTAttribute
 class XsTAttributeImpl
          Implementation of xs:attribute, following this specification: <xs:complexType name="attribute"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" minOccurs="0" type="xs:localSimpleType"/> </xs:sequence> <xs:attributeGroup ref="xs:defRef"/> <xs:attribute name="type" type="xs:QName"/> <xs:attribute name="use" use="optional" default="optional"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="prohibited"/> <xs:enumeration value="optional"/> <xs:enumeration value="required"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="default" type="xs:string"/> <xs:attribute name="fixed" type="xs:string"/> <xs:attribute name="form" type="xs:formChoice"/> </xs:extension> </xs:complexContent> </xs:complexType>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsTAttribute
 XsTAttribute XsTSimpleRestrictionTypeImpl.createAttribute()
           
 XsTAttribute[] XsTSimpleRestrictionTypeImpl.getAttributes()
           
 XsTAttribute XsTSimpleExtensionTypeImpl.createAttribute()
           
 XsTAttribute[] XsTSimpleExtensionTypeImpl.getAttributes()
           
 XsTAttribute XsTRestrictionTypeImpl.createAttribute()
           
 XsTAttribute[] XsTRestrictionTypeImpl.getAttributes()
           
 XsTAttribute XsTExtensionTypeImpl.createAttribute()
           
 XsTAttribute[] XsTExtensionTypeImpl.getAttributes()
           
 XsTAttribute XsTComplexTypeImpl.createAttribute()
           
 XsTAttribute[] XsTComplexTypeImpl.getAttributes()
           
 XsTAttribute XsTAttributeGroupImpl.createAttribute()
           
 XsTAttribute[] XsTAttributeGroupImpl.getAttributes()
           
 XsTAttribute XsObjectFactoryImpl.newXsTAttribute(XsObject pParent)
           
 XsTAttribute XsGComplexTypeModelImpl.createAttribute()
           
 XsTAttribute[] XsGComplexTypeModelImpl.getAttributes()
           
 XsTAttribute XsGAttrDeclsImpl.createAttribute()
           
 XsTAttribute[] XsGAttrDeclsImpl.getAttributes()
           
 XsTAttribute XsESchemaImpl.createAttribute()