Uses of Interface
com.sun.xml.xsom.XSAttributeUse

Packages that use XSAttributeUse
com.sun.xml.xsom Interfaces that the client should use to access schema information. 
com.sun.xml.xsom.impl Implementation of the com.sun.xml.xsom package. 
com.sun.xml.xsom.impl.util   
com.sun.xml.xsom.util   
com.sun.xml.xsom.visitor Visitor pattern support for the com.sun.xml.xsom interfaces. 
 

Uses of XSAttributeUse in com.sun.xml.xsom
 

Methods in com.sun.xml.xsom that return XSAttributeUse
 XSAttributeUse XSAttContainer.getAttributeUse(String nsURI, String localName)
          Looks for the attribute use with the specified name from all the attribute uses that are directly/indirectly referenced from this component.
 XSAttributeUse XSAttContainer.getDeclaredAttributeUse(String nsURI, String localName)
          Looks for the attribute use with the specified name from the attribute uses which are declared in this complex type.
 

Methods in com.sun.xml.xsom that return types with arguments of type XSAttributeUse
 Collection<? extends XSAttributeUse> XSAttContainer.getAttributeUses()
          Gets all the attribute uses.
 Collection<? extends XSAttributeUse> XSAttContainer.getDeclaredAttributeUses()
          Lists all the attribute uses that are declared in this complex type.
 Iterator<? extends XSAttributeUse> XSAttContainer.iterateAttributeUses()
          Lists all the attribute uses that are directly/indirectly referenced from this component.
 Iterator<? extends XSAttributeUse> XSAttContainer.iterateDeclaredAttributeUses()
          Lists all the attribute uses that are declared in this complex type.
 

Uses of XSAttributeUse in com.sun.xml.xsom.impl
 

Classes in com.sun.xml.xsom.impl that implement XSAttributeUse
 class AttributeUseImpl
           
 

Methods in com.sun.xml.xsom.impl that return XSAttributeUse
 XSAttributeUse AttGroupDeclImpl.getAttributeUse(String nsURI, String localName)
           
 XSAttributeUse ComplexTypeImpl.getAttributeUse(String nsURI, String localName)
           
 XSAttributeUse AttributesHolder.getDeclaredAttributeUse(String nsURI, String localName)
           
 

Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttributeUse
 Collection<XSAttributeUse> ComplexTypeImpl.getAttributeUses()
           
 Collection<XSAttributeUse> AttributesHolder.getAttributeUses()
          Returns the attribute uses by looking at attribute groups and etc.
 Iterator<XSAttributeUse> ComplexTypeImpl.iterateAttributeUses()
           
 Iterator<XSAttributeUse> AttributesHolder.iterateAttributeUses()
           
 

Uses of XSAttributeUse in com.sun.xml.xsom.impl.util
 

Methods in com.sun.xml.xsom.impl.util with parameters of type XSAttributeUse
 void SchemaWriter.attributeUse(XSAttributeUse use)
           
 void SchemaTreeTraverser.attributeUse(XSAttributeUse use)
           
 

Uses of XSAttributeUse in com.sun.xml.xsom.util
 

Methods in com.sun.xml.xsom.util with parameters of type XSAttributeUse
 Boolean XSFinder.attributeUse(XSAttributeUse use)
           
 T XSFunctionFilter.attributeUse(XSAttributeUse use)
           
 String ComponentNameFunction.attributeUse(XSAttributeUse use)
           
 String NameGetter.attributeUse(XSAttributeUse use)
           
 

Uses of XSAttributeUse in com.sun.xml.xsom.visitor
 

Methods in com.sun.xml.xsom.visitor with parameters of type XSAttributeUse
 T XSFunction.attributeUse(XSAttributeUse use)
           
 void XSVisitor.attributeUse(XSAttributeUse use)
           
 



Copyright © 2012 Oracle. All Rights Reserved.