|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Namespace
is a Flyweight Namespace that can be shared amongst nodes.NamespaceCache
caches instances of DefaultNamespace
for reuse both across documents and within documents.QName
)
which are in scope.Node
defines the polymorphic behavior
for all XML nodes in a dom4j tree.NodeComparator
is a Comparator
of Node instances
which is capable of comparing Nodes for equality based on their values.NodeFilter
defines the behavior for
a filter or predicate which acts on a DOM4J Node.NodeTypePattern
implements a Pattern which matches
any node of the given node type.NonLazyDocumentFactory
is a factory of XML objects which
avoid using the lazy creation pattern.NonLazyElement
is the default DOM4J default implementation
of an XML element.NullAction
represents an empty action that does nothing.Entity
Map
instances indexed by namespace which contain
caches of QName
for each name
QName
instances with no namespace
Namespace
instances indexed by URI
for default namespaces with no prefixes
Node
at the specified index position.
Node
instances that this branch
contains.
Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
numberValueOf
evaluates an XPath expression
and returns the numeric value of the XPath expression if the XPath
expression results in a number, or null if the result is not a number.
numberValueOf
evaluates an XPath expression
and returns the numeric value of the XPath expression if the XPath
expression results in a number, or null if the result is not a number.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |