Uses of Class
com.sun.xml.xsom.impl.AttributeUseImpl
-
Packages that use AttributeUseImpl Package Description com.sun.xml.xsom.impl -
-
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. attributesLocal 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 voidAttributesHolder. addAttributeUse(UName name, AttributeUseImpl a)
-