XSOM 20110809-redhat-3

Uses of Class
com.sun.xml.xsom.impl.AttributeUseImpl

Packages that use AttributeUseImpl
com.sun.xml.xsom.impl Implementation of the com.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
protected  Map<UName,AttributeUseImpl> AttributesHolder.attributes
          Local attribute use.
 

Methods in com.sun.xml.xsom.impl that return types with arguments of type AttributeUseImpl
 Collection<AttributeUseImpl> AttributesHolder.getDeclaredAttributeUses()
           
 Iterator<AttributeUseImpl> AttributesHolder.iterateDeclaredAttributeUses()
           
 

Methods in com.sun.xml.xsom.impl with parameters of type AttributeUseImpl
 void AttributesHolder.addAttributeUse(UName name, AttributeUseImpl a)
           
 


XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.