XML for Java 2.0.15
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.
nextSibling - Variable in class com.ibm.xml.dom.NodeImpl
Next sibling.
NMTOKEN - Static variable in class com.ibm.xml.framework.AttDef
 
NMTOKENS - Static variable in class com.ibm.xml.framework.AttDef
 
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.
NODE_CHOICE - Static variable in class com.ibm.xml.framework.ContentSpecNode
 
NODE_LEAF - Static variable in class com.ibm.xml.framework.ContentSpecNode
 
NODE_ONE_OR_MORE - Static variable in class com.ibm.xml.framework.ContentSpecNode
 
NODE_SEQ - Static variable in class com.ibm.xml.framework.ContentSpecNode
 
NODE_ZERO_OR_MORE - Static variable in class com.ibm.xml.framework.ContentSpecNode
 
NODE_ZERO_OR_ONE - Static variable in class com.ibm.xml.framework.ContentSpecNode
 
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.
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.
NonValidatingDOMParser - class com.ibm.xml.parsers.NonValidatingDOMParser.
 
NonValidatingDOMParser() - Constructor for class com.ibm.xml.parsers.NonValidatingDOMParser
Default constructor.
NonValidatingParser - class com.ibm.xml.parsers.NonValidatingParser.
 
NonValidatingParser() - Constructor for class com.ibm.xml.parsers.NonValidatingParser
 
NonValidatingTXDOMParser - class com.ibm.xml.parsers.NonValidatingTXDOMParser.
 
NonValidatingTXDOMParser() - Constructor for class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
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 - Static variable in class com.ibm.xml.framework.AttDef
 
NOTATION_NODE - Static variable in interface org.w3c.dom.Node
 
NotationDecl - class com.ibm.xml.framework.NotationDecl.
Parameter object for the EntityPool.addNotationDecl() method
NotationDecl() - Constructor for class com.ibm.xml.framework.NotationDecl
 
notationDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
Append an TXNotation as a Child to the DTD.
notationDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
<!NOTATION Name ExternalId>
notationDecl(int) - Method in class com.ibm.xml.parsers.SAXParser
Notation decl.
notationDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
notationDecl(int) - Method in interface com.ibm.xml.framework.XMLDocumentTypeHandler
 
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.framework.NotationDecl
 
notationName - Variable in class com.ibm.xml.framework.EntityDecl
 
notationName - Variable in class com.ibm.xml.dom.EntityImpl
Notation name.
notations - Variable in class com.ibm.xml.dom.DocumentTypeImpl
Notations.

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