JDOM 1.0 | |
Frames | No Frames |
Methods with parameter type org.jdom.Element | |
void | This will output a single JDOM element as a document, firing
off the SAX events that have been registered. |
void | |
void | |
void | This will handle printing out an 's content only, not including its tag, and
attributes. |
void | This will handle printing out an 's content only, not including its tag, and
attributes. |
String | Return a string representing an element. |
void | XMLOutputter.printAttributes(Writer out, List attributes, Element parent, org.jdom.output.NamespaceStack namespaces) This will handle printing of a list. |
void | XMLOutputter.printElement(Writer out, Element element, int level, org.jdom.output.NamespaceStack namespaces) |
Constructors with parameter type org.jdom.Element | |
Creates a JDOM TrAX source wrapping a JDOM element. |
Methods with parameter type org.jdom.Element | |
void | Pushes an element onto the tree under construction. |
Methods with return type org.jdom.Element | |
Element | DOMBuilder.build(org.w3c.dom.Element domElement) This will build a JDOM Element from an existing DOM Element
|
Element | Returns the being-parsed element. |
Constructors with parameter type org.jdom.Element | |
Methods with parameter type org.jdom.Element | |
void | |
void | |
void | |
String | |
String | |
Document | |
Document | |
Document | |
Document | |
Document | |
Document | |
Document | |
Document | |
Document | |
boolean | Determines if this element is the ancestor of another element. |
void | |
void | |
void | |
Attribute | This will set the parent of this Attribute . |
Document | This sets the root for the
Document . |
Methods with return type org.jdom.Element | |
Element | Element.addContent(Collection collection) Appends all children in the given collection to the end of
the content list. |
Element | Element.addContent(String str) This adds text content to this element. |
Element | Element.addContent(int index, Collection c) Inserts the content in a collection into the content list
at the given index. |
Element | Inserts the child into the content list at the given index. |
Element | Appends the child to the end of the element's content list. |
Element | Detach the root from this document. |
Element | DefaultJDOMFactory.element(String name) |
Element | JDOMFactory.element(String name) This will create an Element in no
. |
Element | UncheckedJDOMFactory.element(String name) This will create an Element in no
. |
Element | DefaultJDOMFactory.element(String name, String uri) |
Element | JDOMFactory.element(String name, String uri) This will create a new Element with
the supplied (local) name, and specifies the URI
of the the Element
should be in, resulting it being unprefixed (in the default
namespace). |
Element | UncheckedJDOMFactory.element(String name, String uri) This will create a new Element with
the supplied (local) name, and specifies the URI
of the the Element
should be in, resulting it being unprefixed (in the default
namespace). |
Element | DefaultJDOMFactory.element(String name, String prefix, String uri) |
Element | JDOMFactory.element(String name, String prefix, String uri) This will create a new Element with
the supplied (local) name, and specifies the prefix and URI
of the the Element
should be in. |
Element | UncheckedJDOMFactory.element(String name, String prefix, String uri) This will create a new Element with
the supplied (local) name, and specifies the prefix and URI
of the the Element
should be in. |
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. |
Element | This returns the first child element within this element with the
given local name and belonging to no namespace. |
Element | This returns the first child element within this element with the
given local name and belonging to the given namespace. |
Element | This will return the parent of this Attribute . |
Element | A convenience method that returns any parent element for this element,
or null if the element is unattached or is a root element. |
Element | This will return the root Element
for this Document
|
Element | Element.setAttribute(String name, String value)
This sets an attribute value for this element. |
Element |
This sets an attribute value for this element. |
Element |
This sets an attribute value for this element. |
Element | Element.setAttributes(List newAttributes)
This sets the attributes of the element. |
Element | Element.setContent(Collection newContent) This sets the content of the element. |
Element | Replace the current child the given index with the supplied child. |
Element | Set this element's content to be the supplied child. |
Element | Sets the (local) name of the element. |
Element | Sets the element's Namespace . |
Element | Sets the content of the element to be the text given. |