Uses of Interface
com.sun.xml.xsom.XSAttributeUse
-
Packages that use XSAttributeUse Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor -
-
Uses of XSAttributeUse in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAttributeUse Modifier and Type Method Description XSAttributeUseXSAttContainer. 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.XSAttributeUseXSAttContainer. 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 Modifier and Type Method Description 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.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSAttributeUse Modifier and Type Method Description voidSchemaTreeTraverser. attributeUse(XSAttributeUse use)voidSchemaWriter. attributeUse(XSAttributeUse use) -
Uses of XSAttributeUse in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSAttributeUse Modifier and Type Method Description StringComponentNameFunction. attributeUse(XSAttributeUse use)StringNameGetter. attributeUse(XSAttributeUse use)BooleanXSFinder. attributeUse(XSAttributeUse use)TXSFunctionFilter. attributeUse(XSAttributeUse use) -
Uses of XSAttributeUse in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSAttributeUse Modifier and Type Method Description TXSFunction. attributeUse(XSAttributeUse use)voidXSVisitor. attributeUse(XSAttributeUse use)
-