Uses of Interface
com.sun.xml.xsom.XSAttributeUse
Packages that use XSAttributeUse
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the 
com.sun.xml.xsom package.Visitor pattern support for the 
com.sun.xml.xsom interfaces.- 
Uses of XSAttributeUse in com.sun.xml.xsomMethods in com.sun.xml.xsom that return XSAttributeUseModifier and TypeMethodDescriptionXSAttContainer.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.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 XSAttributeUseModifier and TypeMethodDescriptionCollection<? 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.implClasses in com.sun.xml.xsom.impl that implement XSAttributeUseMethods in com.sun.xml.xsom.impl that return XSAttributeUseModifier and TypeMethodDescriptionAttGroupDeclImpl.getAttributeUse(String nsURI, String localName) ComplexTypeImpl.getAttributeUse(String nsURI, String localName) AttributesHolder.getDeclaredAttributeUse(String nsURI, String localName) Methods in com.sun.xml.xsom.impl that return types with arguments of type XSAttributeUseModifier and TypeMethodDescriptionAttributesHolder.getAttributeUses()Returns the attribute uses by looking at attribute groups and etc.ComplexTypeImpl.getAttributeUses()AttributesHolder.iterateAttributeUses()ComplexTypeImpl.iterateAttributeUses()
- 
Uses of XSAttributeUse in com.sun.xml.xsom.impl.utilMethods in com.sun.xml.xsom.impl.util with parameters of type XSAttributeUseModifier and TypeMethodDescriptionvoidSchemaTreeTraverser.attributeUse(XSAttributeUse use) voidSchemaWriter.attributeUse(XSAttributeUse use) 
- 
Uses of XSAttributeUse in com.sun.xml.xsom.utilMethods in com.sun.xml.xsom.util with parameters of type XSAttributeUseModifier and TypeMethodDescriptionComponentNameFunction.attributeUse(XSAttributeUse use) NameGetter.attributeUse(XSAttributeUse use) XSFinder.attributeUse(XSAttributeUse use) XSFunctionFilter.attributeUse(XSAttributeUse use) 
- 
Uses of XSAttributeUse in com.sun.xml.xsom.visitorMethods in com.sun.xml.xsom.visitor with parameters of type XSAttributeUseModifier and TypeMethodDescriptionXSFunction.attributeUse(XSAttributeUse use) voidXSVisitor.attributeUse(XSAttributeUse use) 
- 
Uses of XSAttributeUse in io.atlasmap.xml.core.schemaMethods in io.atlasmap.xml.core.schema with parameters of type XSAttributeUse