| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
Attribute | Attribute.setValue(String value) This will set the value of the Attribute . |
Attribute | Element.getAttribute(String name, Namespace ns) This returns the attribute for this element with the given name and within the given Namespace. |
Attribute | Element.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 | |
Element | Element.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.Attr | DOMOutputter.output(Attribute attribute) This converts the JDOM Attribute parameter to a
DOM Attr , returning the DOM version. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |