| JDOM 1.0 | |
| Frames | No Frames |
Methods with parameter type org.jdom.Attribute | |
| String | |
| String | |
| boolean |
This removes the supplied Attribute should it exist. |
| Element |
This sets an attribute value for this element. |
| void | |
| void | |
| void | |
Methods with return type org.jdom.Attribute | |
| Attribute | DefaultJDOMFactory.attribute(String name, String value) |
| Attribute | JDOMFactory.attribute(String name, String value) This will create a new Attribute with the
specified (local) name and value, and does not place
the attribute in a . |
| Attribute | UncheckedJDOMFactory.attribute(String name, String value) This will create a new Attribute with the
specified (local) name and value, and does not place
the attribute in a . |
| Attribute | DefaultJDOMFactory.attribute(String name, String value, int type) |
| Attribute | JDOMFactory.attribute(String name, String value, int type) This will create a new Attribute with the
specified (local) name, value and type, and does not place
the attribute in a . |
| Attribute | UncheckedJDOMFactory.attribute(String name, String value, int type) This will create a new Attribute with the
specified (local) name, value and type, and does not place
the attribute in a . |
| Attribute | |
| Attribute | This will create a new Attribute with the
specified (local) name, value, and type, and in the provided
. |
| Attribute | This will create a new Attribute with the
specified (local) name, value, and type, and in the provided
. |
| Attribute | |
| Attribute |
This will create a new Attribute with the
specified (local) name and value, and in the provided
. |
| Attribute |
This will create a new Attribute with the
specified (local) name and value, and in the provided
. |
| Attribute | This detaches the Attribute from its parent, or does
nothing if the Attribute has no parent. |
| Attribute | Element.getAttribute(String name)
This returns the attribute for this element with the given name
and within no namespace, or null if no such attribute exists. |
| Attribute |
This returns the attribute for this element with the given name
and within the given Namespace, or null if no such attribute exists. |
| Attribute | Attribute.setAttributeType(int type) This will set the type of the Attribute. |
| Attribute | This sets the local name of the Attribute. |
| Attribute | This sets this Attribute's . |
| Attribute | This will set the parent of this Attribute. |
| Attribute | This will set the value of the Attribute. |