| Frames | No Frames |
Constructors with parameter type org.dom4j.Node | |
Creates a JAXP SAXSourcefor the given Node. | |
Methods with parameter type org.dom4j.Node | |
| void | A polymorphic method to write any Node to this SAX stream
|
| void | Writes the given Node. |
| void | Writes a DOM4J Nodeto the stream. |
| void | |
| void | This method is used to write out Nodes that contain text and still allow
for xml:space to be handled properly. |
Methods with return type org.dom4j.Node | |
| Node | STAXEventReader.readNode(XMLEventReader reader) Reads a Nodefrom the event stream. |
Methods with parameter type org.dom4j.Node | |
| void | Runs the actions associated with the given node
|
| Rule | Performs an XSLT processing model match for the rule which matches the
given Node the best. |
| Rule | Performs an XSLT processing model match for the rule which matches the
given Node the best. |
| Rule | Performs an XSLT processing model match for the rule which matches the
given Node the best. |
| boolean | DOCUMENT ME!
|
| boolean | DOCUMENT ME!
|
| void | |
| void | |
| void | |
| void | |
Classes implementing org.dom4j.Node | |
| class | IndexedElement is an implementation of Elementwhich
maintains an index of the attributes and elements it contains to optimise
lookups via name. |
| class | NonLazyElement is the default DOM4J default implementation of
an XML element. |
| class | UserDataAttribute support the adornment of a user data object
on an Element or Attribute instance such that the methods
setData(Object)will get and set the values of a user data object. |
| class | UserDataElement support the adornment of a user data object on
an Element or Attribute instance such that the methods
setData(Object)will get and set the values of a user data object. |
Methods with parameter type org.dom4j.Node | |
| void | |
| int | |
| boolean | |
Classes implementing org.dom4j.Node | |
| class | DatatypeAttribute represents an Attribute which supports the
XML Schema Data Types
specification. |
| class | DatatypeElement represents an Element which supports the XML Schema Data Types
specification. |
Methods with parameter type org.dom4j.Node | |
| void | Override to force lazy recreation of data object
|
| void | Override to force lazy recreation of data object
|
Classes implementing org.dom4j.Node | |
| class | Namespace is a Flyweight Namespace that can be shared amongst
nodes. |
Constructors with parameter type org.dom4j.Node | |
Methods with parameter type org.dom4j.Node | |
| void | Adds the given Node or throws IllegalAddException
if the given node is not of a valid type. |
| int | Returns the index of the given node if it is a child node of this branch
or -1 if the given node is not a child node. |
| boolean | matches returns true if the given node matches the filter
condition. |
| boolean | matches returns true if the given node matches the XPath
expression. |
| boolean | Removes the given Node if the node is an immediate child
of this branch. |
| List | selectNodes performs the given XPath expression on the
Listof Nodeinstances appending all the results together
into a single list. |
Methods with return type org.dom4j.Node | |
| Node | asXPathResult returns a version of this node which is
capable of being an XPath result. |
| Node | |
| Node |
Removes this node from its parent if there is one. |
| Node | Element.getXPathResult(int index) Returns a node at the given index suitable for an XPath result set. |
| Node | Returns the Node at the specified index position. |
| Node | XPath.selectSingleNode(Object context) |
| Node | Node.selectSingleNode(String xpathExpression) selectSingleNode evaluates an XPath expression and returns
the result as a single Node instance. |