XML for Java EA2
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 com.ibm.xml.dom.NodeImpl
Node 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 com.ibm.xml.dom.NamedNodeMapImpl.
NamedNodeMaps represent collections of Nodes that can be accessed by name.
NamedNodeMapImpl(Document, NamedNodeMapImpl) - Constructor for class com.ibm.xml.dom.NamedNodeMapImpl
Constructs a named node map.
NamedNodeMapImpl(ElementImpl, NamedNodeMapImpl) - Constructor for class com.ibm.xml.dom.NamedNodeMapImpl
Constructs a named node map.
namespaceURI - Variable in class com.ibm.xml.dom.AttrImpl
DOM2: Namespace URI.
namespaceURI - Variable in class com.ibm.xml.dom.ElementImpl
DOM2: Namespace URI.
nextNode() - Method in class com.ibm.xml.dom.traversal.NodeIteratorImpl
Return the next Node in the Iterator.
nextNode() - Method in class com.ibm.xml.dom.traversal.TreeWalkerImpl
Return the next Node from the current node, after applying filter, whatToshow.
nextNode() - Method in interface com.ibm.xml.domx.traversal.TreeWalker
 
nextNode() - Method in interface com.ibm.xml.domx.traversal.NodeIterator
 
nextSibling - Variable in class com.ibm.xml.dom.NodeImpl
Next sibling.
nextSibling() - Method in class com.ibm.xml.dom.traversal.TreeWalkerImpl
Return the next sibling Node from the current node, after applying filter, whatToshow.
nextSibling() - Method in interface com.ibm.xml.domx.traversal.TreeWalker
 
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 com.ibm.xml.domx.traversal.NodeFilter.
 
NodeImpl - class com.ibm.xml.dom.NodeImpl.
Node provides the basic structure of a DOM tree.
NodeImpl() - Constructor for class com.ibm.xml.dom.NodeImpl
Constructor for serialization.
NodeImpl(DocumentImpl, String, String) - Constructor for class com.ibm.xml.dom.NodeImpl
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods Every Node knows what Document it belongs to.
NodeIterator - interface com.ibm.xml.domx.traversal.NodeIterator.
 
NodeIteratorImpl - class com.ibm.xml.dom.traversal.NodeIteratorImpl.
DefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way.
NodeIteratorImpl(Node, int, NodeFilter) - Constructor for class com.ibm.xml.dom.traversal.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.
nodes - Variable in class com.ibm.xml.dom.DeepNodeListImpl
 
nodes - Variable in class com.ibm.xml.dom.NamedNodeMapImpl
Nodes.
normalize() - Method in class com.ibm.xml.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.Element
Puts all Text nodes in the full depth of the sub-tree underneath this Element 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.
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 com.ibm.xml.parsers.DOMParser
<!NOTATION Name ExternalId>
notationDecl(int, int, int) - Method in class com.ibm.xml.parsers.SAXParser
Receive notification of a notation declaration event.
notationDecl(int, int, int) - Method in class com.ibm.xml.framework.XMLParser
Notation declaration.
notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
Receive notification of a notation declaration.
notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of a notation declaration event.
NotationImpl - class com.ibm.xml.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 com.ibm.xml.dom.NotationImpl
Factory constructor.
notationName - Variable in class com.ibm.xml.dom.EntityImpl
Notation name.
notations - Variable in class com.ibm.xml.dom.DocumentTypeImpl
Notations.
nsName - Variable in class com.ibm.xml.dom.DeepNodeListImpl
 

XML for Java EA2
A B C D E F G H I K L M N O P R S T U V W X