Uses of Interface
com.sun.xml.xsom.XSAttributeUse
-
-
Uses of XSAttributeUse in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAttributeUse Modifier and Type Method Description XSAttributeUseXSAttContainer. getAttributeUse(java.lang.String nsURI, java.lang.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(java.lang.String nsURI, java.lang.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 java.util.Collection<? extends XSAttributeUse>XSAttContainer. getAttributeUses()Gets all the attribute uses.java.util.Collection<? extends XSAttributeUse>XSAttContainer. getDeclaredAttributeUses()Lists all the attribute uses that are declared in this complex type.java.util.Iterator<? extends XSAttributeUse>XSAttContainer. iterateAttributeUses()Lists all the attribute uses that are directly/indirectly referenced from this component.java.util.Iterator<? extends XSAttributeUse>XSAttContainer. iterateDeclaredAttributeUses()Lists all the attribute uses that are declared in this complex type.
-