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

N

name - Variable in class org.apache.xerces.dom.NodeImpl
Node name.
namedItem(String) - Method in interface org.w3c.dom.html.HTMLCollection
This method retrieves a Node using a 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(Document, NamedNodeMapImpl) - Constructor for class org.apache.xerces.dom.NamedNodeMapImpl
Constructs a named node map.
NamedNodeMapImpl(ElementImpl, NamedNodeMapImpl) - Constructor for class org.apache.xerces.dom.NamedNodeMapImpl
Constructs a named node map.
NameNodeListImpl - class org.apache.html.dom.NameNodeListImpl.
This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
NameNodeListImpl(NodeImpl, String) - Constructor for class org.apache.html.dom.NameNodeListImpl
Constructor.
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.ElementNSImpl
DOM2: Namespace URI.
namespaceURI - Variable in class org.apache.xerces.dom.AttrNSImpl
DOM2: Namespace URI.
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.NodeImpl
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.
NodeContainer - class org.apache.xerces.dom.NodeContainer.
NodeContainer inherits from NodeImpl and adds the capability of having child nodes.
NodeContainer() - Constructor for class org.apache.xerces.dom.NodeContainer
Constructor for serialization.
NodeContainer(DocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.NodeContainer
No public constructor; only subclasses of NodeContainer should be instantiated, and those normally via a Document's factory methods
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, String, String) - 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.
nodeListChanges - Variable in class org.apache.xerces.dom.NodeContainer
Last change number for index caching.
nodeListIndex - Variable in class org.apache.xerces.dom.NodeContainer
Last requested node index.
nodeListLength - Variable in class org.apache.xerces.dom.NodeContainer
Cached node list length.
nodeListNode - Variable in class org.apache.xerces.dom.NodeContainer
Last requested node.
nodes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
nodes - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Nodes.
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.NodeContainer
Override default behavior to call normalize() on this Node's children.
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 class org.apache.xerces.dom.AttrImpl
 
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(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!NOTATION Name ExternalId>
notationDecl(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Receive notification of a notation declaration event.
notationDecl(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for a notation declaration.
notationDecl(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a notation declaration.
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.helpers.DefaultHandler
Receive notification of a notation declaration.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a notation declaration event.
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 1.0.3
A B C D E F G H I K L M N O P R S T U V W X _