Alphabetical Index: N

A B C D E F G H I L M N O P Q R S T U V W X

N

Namespace - class org.dom4j.Namespace
Namespace is a Flyweight Namespace that can be shared amongst nodes.
Namespace(String,String) - constructor for class org.dom4j.Namespace
DOCUMENT ME!
NAMESPACE_NODE - static field in class org.dom4j.Node
Matchs a Namespace Node - NOTE this differs from DOM
NO_NAMESPACE - static field in class org.dom4j.Namespace
No Namespace present
Node - interface org.dom4j.Node
Node defines the polymorphic behavior for all XML nodes in a dom4j tree.
node(int) - method in class org.dom4j.Branch
Returns the Node at the specified index position.
NodeComparator - class org.dom4j.util.NodeComparator
NodeComparator is a Comparatorof Node instances which is capable of comparing Nodes for equality based on their values.
nodeCount() - method in class org.dom4j.Branch
Returns the number of Node instances that this branch contains.
NodeFilter - interface org.dom4j.NodeFilter
NodeFilter defines the behavior for a filter or predicate which acts on a DOM4J Node.
nodeIterator() - method in class org.dom4j.Branch
Returns an iterator through the content nodes of this branch
NONE - static field in class org.dom4j.rule.Pattern
Matches no nodes
NonLazyDocumentFactory is a factory of XML objects which avoid using the lazy creation pattern.
NonLazyElement - class org.dom4j.util.NonLazyElement
NonLazyElement is the default DOM4J default implementation of an XML element.
NonLazyElement(org.dom4j.QName) - constructor for class org.dom4j.util.NonLazyElement
NonLazyElement(org.dom4j.QName,int) - constructor for class org.dom4j.util.NonLazyElement
NonLazyElement(String) - constructor for class org.dom4j.util.NonLazyElement
NonLazyElement(String,org.dom4j.Namespace) - constructor for class org.dom4j.util.NonLazyElement
normalize() - method in class org.dom4j.Branch
Puts all 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.
Receive notification of a notation declaration event.
notationDecl(String,String,String) - method in class org.dom4j.io.XMLWriter
NullAction - class org.dom4j.rule.NullAction
NullAction represents an empty action that does nothing.
NUMBER_OF_TYPES - static field in class org.dom4j.rule.Pattern
Count of the number of node types
numberValueOf(Object) - method in class org.dom4j.XPath
numberValueOf evaluates an XPath expression and returns the numeric value of the XPath expression if the XPath expression results is a number, or null if the result is not a number.
numberValueOf(String) - method in class org.dom4j.Node
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.

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

SourceForge Logo