Uses of Class
com.sun.xml.xsom.impl.AttributeUseImpl
-
Packages that use AttributeUseImpl Package Description com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsom
package. -
-
Uses of AttributeUseImpl in com.sun.xml.xsom.impl
Fields in com.sun.xml.xsom.impl with type parameters of type AttributeUseImpl Modifier and Type Field Description protected java.util.Map<UName,AttributeUseImpl>
AttributesHolder. attributes
Local attribute use.Methods in com.sun.xml.xsom.impl that return types with arguments of type AttributeUseImpl Modifier and Type Method Description java.util.Collection<AttributeUseImpl>
AttributesHolder. getDeclaredAttributeUses()
java.util.Iterator<AttributeUseImpl>
AttributesHolder. iterateDeclaredAttributeUses()
Methods in com.sun.xml.xsom.impl with parameters of type AttributeUseImpl Modifier and Type Method Description void
AttributesHolder. addAttributeUse(UName name, AttributeUseImpl a)
-