Uses of Interface org.dom4j.Node

Uses in package org.dom4j.io

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.

Uses in package org.dom4j.util

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

Uses in package org.dom4j.datatype

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

Uses in package org.dom4j

Classes implementing org.dom4j.Node

class
Namespace is a Flyweight Namespace that can be shared amongst nodes.

Constructors with parameter type org.dom4j.Node

IllegalAddException.IllegalAddException(Branch parent, Node node, String reason)
IllegalAddException.IllegalAddException(Element parent, Node node, String reason)

Methods with parameter type org.dom4j.Node

void
Branch.add(Node node)
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
DocumentHelper.selectNodes(String xpathFilterExpression, Node node)
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
Returns a node at the given index suitable for an XPath result set.
Node
Branch.node(int index)
Returns the Node at the specified index position.
Node
XPath.selectSingleNode(Object context)
selectSingleNode evaluates this XPath expression on the given Nodeor Listof Nodes and returns the result as a single Node instance.
Node
Node.selectSingleNode(String xpathExpression)
selectSingleNode evaluates an XPath expression and returns the result as a single Node instance.

Uses in package org.dom4j.rule

Methods with parameter type org.dom4j.Node

void
Runs the actions associated with the given node
Rule
RuleManager.getMatchingRule(String modeName, Node node)
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
Action.run(Node node)
void
void
void
Stylesheet.run(Node node, String mode)

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo