Uses of Class
org.jdom.Attribute

Packages that use Attribute
org.jdom   
 

Uses of Attribute in org.jdom
 

Methods in org.jdom that return Attribute
 Attribute Element.getAttribute(java.lang.String name)
           This will return the Attribute for the specified attribute name on this Element.
 Attribute Element.getAttribute(java.lang.String prefix, java.lang.String name)
           This will return the Attribute for the specified attribute name on this Element.
 

Methods in org.jdom with parameters of type Attribute
 Element Element.addAttribute(Attribute attribute)
           This will add an Attribute to this Element.
 



Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.