Xerces 2.0.0.alpha
A B C D E F G H I J K L M N O P R S T U W X

N

name - Variable in class org.apache.xerces.dom.ElementDefinitionImpl
Element definition name.
name - Variable in class org.apache.xerces.dom.EntityImpl
Entity name.
name - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Document type name.
name - Variable in class org.apache.xerces.dom.AttrImpl
Attribute name.
name - Variable in class org.apache.xerces.dom.ElementImpl
Element name.
name - Variable in class org.apache.xerces.dom.EntityReferenceImpl
Name of Entity referenced
name - Variable in class org.apache.xerces.dom.NotationImpl
Notation name.
NamedNodeMap - interface org.w3c.dom.NamedNodeMap.
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
NamedNodeMapImpl - class org.apache.xerces.dom.NamedNodeMapImpl.
NamedNodeMaps represent collections of Nodes that can be accessed by name.
NamedNodeMapImpl(NodeImpl) - Constructor for class org.apache.xerces.dom.NamedNodeMapImpl
Constructs a named node map.
NAMESPACE_ERR - Static variable in class org.w3c.dom.DOMException
 
NamespaceSupport - class org.xml.sax.helpers.NamespaceSupport.
Encapsulate Namespace logic for use by SAX drivers.
NamespaceSupport() - Constructor for class org.xml.sax.helpers.NamespaceSupport
Create a new Namespace support object.
namespaceURI - Variable in class org.apache.xerces.dom.AttrNSImpl
DOM2: Namespace URI.
namespaceURI - Variable in class org.apache.xerces.dom.ElementNSImpl
DOM2: Namespace URI.
newDocument() - Method in class javax.xml.parsers.DocumentBuilder
Creates an new Document instance from the underlying DOM implementation.
newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
Returns a new configured instance of type DocumentBuilder.
newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
Returns a new instance of a DocumentBuilderFactory.
newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
Returns a new instance of a SAXParserFactory.
newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
Returns a new configured instance of type SAXParser.
nextMatchingElementAfter(Node) - Method in class org.apache.xerces.dom.DeepNodeListImpl
Iterative tree-walker.
nextNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the next Node from the current node, after applying filter, whatToshow.
nextNode() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the next Node in the Iterator.
nextNode() - Method in interface org.w3c.dom.traversal.NodeIterator
Returns the next node in the set and advances the position of the iterator in the set.
nextNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next visible node in document order relative to the current node, and returns the new node.
nextSibling - Variable in class org.apache.xerces.dom.ChildNode
Next sibling.
nextSibling() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the next sibling Node from the current node, after applying filter, whatToshow.
nextSibling() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next sibling of the current node, and returns the new node.
NO_DATA_ALLOWED_ERR - Static variable in class org.w3c.dom.DOMException
 
NO_MODIFICATION_ALLOWED_ERR - Static variable in class org.w3c.dom.DOMException
 
Node - interface org.w3c.dom.Node.
The Node interface is the primary datatype for the entire Document Object Model.
NodeFilter - interface org.w3c.dom.traversal.NodeFilter.
Filters are objects that know how to "filter out" nodes.
NodeImpl - class org.apache.xerces.dom.NodeImpl.
Node provides the basic structure of a DOM tree.
NodeImpl() - Constructor for class org.apache.xerces.dom.NodeImpl
Constructor for serialization.
NodeImpl(DocumentImpl) - Constructor for class org.apache.xerces.dom.NodeImpl
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
NodeIterator - interface org.w3c.dom.traversal.NodeIterator.
NodeIterators are used to step through a set of nodes, e.g.
NodeIteratorImpl - class org.apache.xerces.dom.NodeIteratorImpl.
DefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way.
NodeIteratorImpl(DocumentImpl, Node, int, NodeFilter, boolean) - Constructor for class org.apache.xerces.dom.NodeIteratorImpl
Public constructor
NodeList - interface org.w3c.dom.NodeList.
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
nodeListIndex - Variable in class org.apache.xerces.dom.ParentNode
Last requested node index.
nodeListIndex - Variable in class org.apache.xerces.dom.ChildAndParentNode
Last requested node index.
nodeListLength - Variable in class org.apache.xerces.dom.ParentNode
Cached node list length.
nodeListLength - Variable in class org.apache.xerces.dom.ChildAndParentNode
Cached node list length.
nodeListNode - Variable in class org.apache.xerces.dom.ParentNode
Last requested node.
nodeListNode - Variable in class org.apache.xerces.dom.ChildAndParentNode
Last requested node.
nodes - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Nodes.
nodes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
normalize() - Method in class org.apache.xerces.dom.NodeImpl
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are no adjacent Text nodes.
normalize() - Method in class org.apache.xerces.dom.ParentNode
Override default behavior to call normalize() on this Node's children.
normalize() - Method in class org.apache.xerces.dom.ChildAndParentNode
Override default behavior to call normalize() on this Node's children.
normalize() - Method in class org.apache.xerces.dom.AttrImpl
 
normalize() - Method in class org.apache.xerces.dom.ElementImpl
In "normal form" (as read from a source file), there will never be two Text children in succession.
normalize() - Method in interface org.w3c.dom.Node
Puts all Text nodes in the full depth of the sub-tree underneath this Node , including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
NOT_FOUND_ERR - Static variable in class org.w3c.dom.DOMException
 
NOT_SUPPORTED_ERR - Static variable in class org.w3c.dom.DOMException
 
Notation - interface org.w3c.dom.Notation.
This interface represents a notation declared in the DTD.
NOTATION_NODE - Static variable in interface org.w3c.dom.Node
 
notationDecl(String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
A notation declaration
notationDecl(String, String, String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
A notation declaration
notationDecl(String, String, String) - Method in class org.apache.xerces.parsers.SAXParser
notationDecl
notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a notation declaration.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.
NotationImpl - class org.apache.xerces.dom.NotationImpl.
Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document.
NotationImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.NotationImpl
Factory constructor.
notationName - Variable in class org.apache.xerces.dom.EntityImpl
Notation name.
notations - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Notations.
nsName - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 

Xerces 2.0.0.alpha
A B C D E F G H I J K L M N O P R S T U W X