Uses of Interface
com.sun.xml.xsom.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.xsom
Modifier 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.Modifier 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.impl
Modifier and TypeMethodDescriptionAttGroupDeclImpl.getAttributeUse
(String nsURI, String localName) ComplexTypeImpl.getAttributeUse
(String nsURI, String localName) AttributesHolder.getDeclaredAttributeUse
(String nsURI, String localName) Modifier 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.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.attributeUse
(XSAttributeUse use) void
SchemaWriter.attributeUse
(XSAttributeUse use) -
Uses of XSAttributeUse in com.sun.xml.xsom.util
Modifier 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.visitor
Modifier and TypeMethodDescriptionXSFunction.attributeUse
(XSAttributeUse use) void
XSVisitor.attributeUse
(XSAttributeUse use) -
Uses of XSAttributeUse in io.atlasmap.xml.core.schema