JDOM 1.0 | ||
Frames | No Frames |
Methods with parameter type org.jdom.Namespace | |
void | Adds a namespace definition to the list of namespaces known of
this XPath expression. |
Constructors with parameter type org.jdom.Namespace | |
This will create a new Attribute with the
specified (local) name, value, and type, and in the provided
. | |
This will create a new Attribute with the
specified (local) name and value, and in the provided
. | |
Creates a new element with the supplied (local) name and namespace. |
Fields of type org.jdom.Namespace | |
Namespace | Define a Namespace for when not in a namespace |
Namespace | Define a Namespace for the standard xml prefix. |
Namespace | The of the Attribute |
Namespace | The namespace of the element |
Methods with parameter type org.jdom.Namespace | |
void | |
void | |
void | |
void | Adds a namespace declarations to this element. |
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
. |
String | Check if a collides with any namespace
from a list of objects. |
String | |
String | |
String | Check if two namespaces collide. |
Element | |
Element | This will create a new Element
with the supplied (local) name, and define
the to be used. |
Element | This will create a new Element
with the supplied (local) name, and define
the to be used. |
Attribute |
This returns the attribute for this element with the given name
and within the given Namespace, or null if no such attribute exists. |
String |
This returns the attribute value for the attribute with the given name
and within the given Namespace, null if there is no such attribute, and
the empty string if the attribute value is empty. |
String |
This returns the attribute value for the attribute with the given name
and within the given Namespace, or the passed-in default if there is no
such attribute. |
Element | This returns the first child element within this element with the
given local name and belonging to the given namespace. |
String | Returns the textual content of the named child element, or null if
there's no such child. |
String | Returns the normalized textual content of the named child element, or
null if there's no such child. |
String | Returns the trimmed textual content of the named child element, or null
if there's no such child. |
List | This returns a List of all the child elements
nested directly (one level deep) within this element with the given
local name and belonging to the given Namespace, returned as
Element objects. |
boolean |
This removes the attribute with the given name and within the
given Namespace. |
boolean |
This removes the first child element (one level deep) with the
given local name and belonging to the given namespace. |
boolean |
This removes all child elements (one level deep) with the
given local name and belonging to the given namespace. |
void | Removes an additional namespace declarations from this element. |
Element |
This sets an attribute value for this element. |
Attribute | This sets this Attribute 's . |
Element | Sets the element's Namespace . |
Methods with return type org.jdom.Namespace | |
Namespace | This will return this Attribute 's
. |
Namespace | Returns the element's Namespace . |
Namespace | Element.getNamespace(String prefix) Returns the Namespace corresponding to the given prefix in scope
for this element. |
Namespace | Namespace.getNamespace(String uri) This will retrieve (if in existence) or create (if not) a
Namespace for the supplied URI, and make it usable
as a default namespace, as no prefix is supplied. |
Namespace | Namespace.getNamespace(String prefix, String uri) This will retrieve (if in existence) or create (if not) a
Namespace for the supplied prefix and URI. |
Constructors with parameter type org.jdom.Namespace | |
Select only the Elements with the supplied name and Namespace. | |
Select only the Elements with the supplied Namespace. |