Uses of Class
pal.misc.Attribute
-
Packages that use Attribute Package Description 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 Modifier and Type Method Description static Attribute
ElementParser. parseAttributeElement(org.w3c.dom.Element e)
parses an attribute element.Methods in pal.xml with parameters of type Attribute Modifier and Type Method Description static org.w3c.dom.Element
ElementFactory. createAttributeElement(Attribute a, org.w3c.dom.Document document)
-