Uses of Interface
net.sf.jaxme.xs.XSAttributable

Packages that use XSAttributable
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
net.sf.jaxme.xs.jaxb   
net.sf.jaxme.xs.jaxb.impl   
 

Uses of XSAttributable in net.sf.jaxme.xs
 

Subinterfaces of XSAttributable in net.sf.jaxme.xs
 interface XSAttribute
          Interface of a schema attribute.
 interface XSWildcard
          Interface of a wildcard.
 

Methods in net.sf.jaxme.xs that return XSAttributable
 XSAttributable[] XSComplexType.getAttributes()
          Returns the complex types attributes.
 XSAttributable[] XSAttributeGroup.getAttributes()
          Returns the groups attributes.
 

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

Classes in net.sf.jaxme.xs.impl that implement XSAttributable
 class XSAttributeImpl
           
 class XSWildcardImpl
           
 

Methods in net.sf.jaxme.xs.impl that return XSAttributable
 XSAttributable[] XSTypeImpl.XSSimpleContentImpl.getAttributes()
           
 XSAttributable[] XSTypeImpl.XSComplexContentImpl.getAttributes()
           
 XSAttributable[] XSTypeImpl.XSBasicComplexTypeImpl.getAttributes()
           
 XSAttributable[] XSAttributeGroupImpl.getAttributes()
           
protected static XSAttributable[] XSAttributeGroupImpl.getAttributes(XSObjectImpl pObject, XsGAttrDecls pAttrDecls)
           
 

Uses of XSAttributable in net.sf.jaxme.xs.jaxb
 

Subinterfaces of XSAttributable in net.sf.jaxme.xs.jaxb
 interface JAXBAttribute
           
 

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

Classes in net.sf.jaxme.xs.jaxb.impl that implement XSAttributable
 class JAXBAttributeImpl