Uses of Class
org.jdom.Attribute

Packages that use Attribute
org.jdom 
org.jdom.output 

Uses of Attribute in org.jdom
 

Constructors in org.jdom with parameters of type Attribute
IllegalAddException.IllegalAddException(Element base, Attribute added, String reason)
           This will create an Exception indicating that the addition of the Attribute supplied to the Element supplied is illegal.
 

Methods in org.jdom that return Attribute
AttributeAttribute.setValue(String value)
           This will set the value of the Attribute.
AttributeElement.getAttribute(String name, Namespace ns)
           This returns the attribute for this element with the given name and within the given Namespace.
AttributeElement.getAttribute(String name)
           This returns the attribute for this element with the given name and within no namespace.
 

Methods in org.jdom with parameters of type Attribute
ElementElement.addAttribute(Attribute attribute)
           This adds an attribute to this element.
 

Uses of Attribute in org.jdom.output
 

Methods in org.jdom.output with parameters of type Attribute
org.w3c.dom.AttrDOMOutputter.output(Attribute attribute)
           This converts the JDOM Attribute parameter to a DOM Attr, returning the DOM version.