Uses of Interface
com.smallx.xml.infoset.Attribute

Packages that use Attribute
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
 

Uses of Attribute in com.smallx.xml.infoset
 

Methods in com.smallx.xml.infoset that return Attribute
 Attribute Element.getAttribute(Name name)
          Gets an attribute by name.
 Attribute Element.getAttribute(java.lang.String local)
          Gets an attribute by an unqualified name.
 

Uses of Attribute in com.smallx.xml.infoset.memory
 

Classes in com.smallx.xml.infoset.memory that implement Attribute
 class MemoryAttribute
           
 

Methods in com.smallx.xml.infoset.memory that return Attribute
 Attribute MemoryElement.getAttribute(Name name)
           
 Attribute MemoryElement.getAttribute(java.lang.String local)