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

N

NamedNodeMap - interface org.w3c.dom.NamedNodeMap.
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
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
 
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.
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 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.
notationName - Variable in class com.ibm.xml.framework.NotationDecl
 
notationName - Variable in class com.ibm.xml.framework.EntityDecl
 

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