Uses of Class
parser.Attribute

Packages that use Attribute
parser   
 

Uses of Attribute in parser
 

Fields in parser with type parameters of type Attribute
private  java.util.ArrayList<Attribute> Element.attributes
           
 

Methods in parser that return Attribute
 Attribute Element.getAttribute(java.lang.String name)
           
 

Methods in parser that return types with arguments of type Attribute
 java.util.ArrayList<Attribute> Element.getAttributes()
           
 

Methods in parser with parameters of type Attribute
 void Element.addAttribute(Attribute attribute)
           
private  void XMLDocumentWriter.writeAttribute(java.lang.StringBuilder buffer, Attribute attribute)