Uses of Class
org.jdom.Attribute

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

Uses of Attribute in org.jdom
 

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

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

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

Uses of Attribute in org.jdom.output
 

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



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