Uses of Class
org.util.xml.element.Attribute

Packages that use Attribute
org.util.xml.element   
org.util.xml.parse   
 

Uses of Attribute in org.util.xml.element
 

Methods in org.util.xml.element that return Attribute
 Attribute Attributes.get(int index)
           
 Attribute Attributes.get(java.lang.String name)
           
 

Methods in org.util.xml.element with parameters of type Attribute
 void Attributes.add(Attribute attribute)
          lowest method of add
 void TagElement.addAttribute(Attribute attribute)
           
 void Attributes.set(Attribute new_attribute)
           
 void TagElement.setAttribute(Attribute attribute)
           
 

Constructors in org.util.xml.element with parameters of type Attribute
Attributes(Attribute... list)
           
 

Uses of Attribute in org.util.xml.parse
 

Methods in org.util.xml.parse that return Attribute
 Attribute AttributeParser.getAttribute()