Uses of Interface
org.apache.xerces.xs.XSAttributeUse

Packages that use XSAttributeUse
org.apache.xerces.impl.xs   
 

Uses of XSAttributeUse in org.apache.xerces.impl.xs
 

Classes in org.apache.xerces.impl.xs that implement XSAttributeUse
 class XSAttributeUseImpl
          The XML representation for an attribute use schema component is a local <attribute> element information item
 

Methods in org.apache.xerces.impl.xs that return XSAttributeUse
 XSAttributeUse XSAttributeGroupDecl.getAttributeUse(java.lang.String namespace, java.lang.String name)
           
 XSAttributeUse XSComplexTypeDecl.getAttributeUse(java.lang.String namespace, java.lang.String name)