Uses of Class
xtom.parser.Attribute

Packages that use Attribute
xtom.parser   
 

Uses of Attribute in xtom.parser
 

Methods in xtom.parser that return Attribute
 Attribute Element.getAttribute(java.lang.String name)
          Gets an attribute specified by a name.
 

Methods in xtom.parser with parameters of type Attribute
 void Element.addAttribute(Attribute a)
          adds an attribute to this element.