Uses of Class
pal.misc.Attribute

Packages that use Attribute
pal.xml Utility classes for converting PAL objects to and from XML documents. 
 

Uses of Attribute in pal.xml
 

Methods in pal.xml that return Attribute
static Attribute ElementParser.parseAttributeElement(org.w3c.dom.Element e)
          parses an attribute element.
 

Methods in pal.xml with parameters of type Attribute
static org.w3c.dom.Element ElementFactory.createAttributeElement(Attribute a, org.w3c.dom.Document document)