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

N

NAMESPACE_NODE - Static variable in interface org.dom4j.Node
Matchs a Namespace Node - NOTE this differs from DOM
NODE_TYPE - Static variable in class org.dom4j.swing.XMLTableColumnDefinition
 
NODE_TYPE_NAMES - Static variable in class org.dom4j.tree.AbstractNode
 
NONE - Static variable in interface org.dom4j.rule.Pattern
Matches no nodes
NO_NAMESPACE - Static variable in class org.dom4j.Namespace
No Namespace present
NULL_ARGS - Static variable in class org.dom4j.bean.BeanMetaData
Empty arguments for reflection calls
NUMBER_OF_TYPES - Static variable in interface org.dom4j.rule.Pattern
Count of the number of node types
NUMBER_TYPE - Static variable in class org.dom4j.swing.XMLTableColumnDefinition
 
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!
NamespaceCache - class org.dom4j.tree.NamespaceCache.
NamespaceCache caches instances of DefaultNamespace for reuse both across documents and within documents.
NamespaceCache() - Constructor for class org.dom4j.tree.NamespaceCache
 
NamespaceStack - class org.dom4j.tree.NamespaceStack.
NamespaceStack implements a stack of namespaces and optionally maintains a cache of all the fully qualified names (QName) which are in scope.
NamespaceStack() - Constructor for class org.dom4j.tree.NamespaceStack
 
NamespaceStack(DocumentFactory) - Constructor for class org.dom4j.tree.NamespaceStack
 
Node - interface org.dom4j.Node.
Node defines the polymorphic behavior for all XML nodes in a dom4j tree.
NodeComparator - class org.dom4j.util.NodeComparator.
NodeComparator is a Comparatorof Node instances which is capable of comparing Nodes for equality based on their values.
NodeComparator() - Constructor for class org.dom4j.util.NodeComparator
 
NodeFilter - interface org.dom4j.NodeFilter.
NodeFilter defines the behavior for a filter or predicate which acts on a DOM4J Node.
NodeTypePattern - class org.dom4j.rule.pattern.NodeTypePattern.
NodeTypePattern implements a Pattern which matches any node of the given node type.
NodeTypePattern(short) - Constructor for class org.dom4j.rule.pattern.NodeTypePattern
 
NonLazyDocumentFactory - class org.dom4j.util.NonLazyDocumentFactory.
NonLazyDocumentFactory is a factory of XML objects which avoid using the lazy creation pattern.
NonLazyDocumentFactory() - Constructor for class org.dom4j.util.NonLazyDocumentFactory
 
NonLazyElement - class org.dom4j.util.NonLazyElement.
NonLazyElement is the default DOM4J default implementation of an XML element.
NonLazyElement(String) - Constructor for class org.dom4j.util.NonLazyElement
 
NonLazyElement(QName) - Constructor for class org.dom4j.util.NonLazyElement
 
NonLazyElement(String, Namespace) - Constructor for class org.dom4j.util.NonLazyElement
 
NonLazyElement(QName, int) - Constructor for class org.dom4j.util.NonLazyElement
 
NullAction - class org.dom4j.rule.NullAction.
NullAction represents an empty action that does nothing.
NullAction() - Constructor for class org.dom4j.rule.NullAction
 
name - Variable in class org.dom4j.tree.FlyweightEntity
The name of the Entity
namespaceCache - Variable in class org.dom4j.tree.QNameCache
Cache of Mapinstances indexed by namespace which contain caches of QNamefor each name
next() - Method in class org.dom4j.tree.FilterIterator
Deprecated.  
next() - Method in class org.dom4j.tree.SingleIterator
 
noNamespaceCache - Variable in class org.dom4j.tree.QNameCache
Cache of QNameinstances with no namespace
noPrefixCache - Static variable in class org.dom4j.tree.NamespaceCache
Cache of Namespaceinstances indexed by URI for default namespaces with no prefixes
node(int) - Method in interface org.dom4j.Branch
Returns the Node at the specified index position.
node(int) - Method in class org.dom4j.tree.AbstractBranch
 
node(int) - Method in class org.dom4j.tree.AbstractElement
 
node(int) - Method in class org.dom4j.tree.DefaultElement
 
nodeCount() - Method in interface org.dom4j.Branch
Returns the number of Node instances that this branch contains.
nodeCount() - Method in class org.dom4j.tree.AbstractBranch
 
nodeCount() - Method in class org.dom4j.tree.AbstractElement
 
nodeCount() - Method in class org.dom4j.tree.DefaultElement
 
nodeIterator() - Method in interface org.dom4j.Branch
Returns an iterator through the content nodes of this branch
nodeIterator() - Method in class org.dom4j.tree.AbstractBranch
 
nodeIterator() - Method in class org.dom4j.tree.AbstractElement
 
nodeIterator() - Method in class org.dom4j.tree.DefaultElement
 
normalize() - Method in interface 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.
normalize() - Method in class org.dom4j.dom.DOMAttribute
 
normalize() - Method in class org.dom4j.dom.DOMCDATA
 
normalize() - Method in class org.dom4j.dom.DOMComment
 
normalize() - Method in class org.dom4j.dom.DOMDocumentType
 
normalize() - Method in class org.dom4j.dom.DOMEntityReference
 
normalize() - Method in class org.dom4j.dom.DOMNamespace
 
normalize(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
normalize() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
normalize() - Method in class org.dom4j.dom.DOMText
 
normalize() - Method in class org.dom4j.tree.AbstractDocument
 
normalize() - Method in class org.dom4j.tree.AbstractElement
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.
notSupported() - Static method in class org.dom4j.dom.DOMNodeHelper
Called when a method has not been implemented yet
notationDecl(String, String, String) - Method in class org.dom4j.io.SAXContentHandler
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.dom4j.io.XMLWriter
 
numberValueOf(String) - Method in interface 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.
numberValueOf(Object) - Method in interface 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.tree.AbstractNode
 
numberValueOf(Object) - Method in class org.dom4j.xpath.DefaultXPath
 

A B C D E F G H I J L M N O P Q R S T U V W X
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo