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 XSComplexTypeDecl.getAttributeUse(String namespace, String name)
           
 XSAttributeUse XSAttributeGroupDecl.getAttributeUse(String namespace, String name)
           
 XSAttributeUse XSAttributeGroupDecl.getAttributeUseNoProhibited(String namespace, String name)
           
 

Methods in org.apache.xerces.impl.xs with parameters of type XSAttributeUse
 void XSAttributeGroupDecl.replaceAttributeUse(XSAttributeUse oldUse, XSAttributeUseImpl newUse)
           
 



Copyright © 2011. All Rights Reserved.