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.xsompackage. -
-
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 Map<UName,AttributeUseImpl>AttributesHolder. attributesLocal attribute use.Methods in com.sun.xml.xsom.impl that return types with arguments of type AttributeUseImpl Modifier and Type Method Description Collection<AttributeUseImpl>AttributesHolder. getDeclaredAttributeUses()Iterator<AttributeUseImpl>AttributesHolder. iterateDeclaredAttributeUses()Methods in com.sun.xml.xsom.impl with parameters of type AttributeUseImpl Modifier and Type Method Description voidAttributesHolder. addAttributeUse(UName name, AttributeUseImpl a)
-