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

N

name - Variable in class com.ibm.xml.parser.InsertableElement
A DTD element definition name or one of the XML4J-internal names that are used to track the state of the InsertableElement or AppendableElement hash table: Element name When this InsertableElement's status =true, this Element name may be inserted or appended; otherwise, this Element name may not be inserted or appended to the specified Element Node. DTD.CM_PCDATA When this InsertableElement's status =true, a TXText Node may be inserted or appended; otherwise, a TXText node may not be inserted or appended to the specified Element Node. DTD.CM_ERROR If this InsertableElement's status =true, the index variable will denote the 0-based index of the first incorrect Child Node of the specified Element Node; if this InsertableElement's status =false, no error has been detected. DTD.CM_EOC If this InsertableElement's status =true, the specified Element Node has correct and complete contents.
name - Variable in class com.ibm.xml.parser.Stderr
 
NAME_ATTDEF - Static variable in class com.ibm.xml.parser.Child
 
NAME_ATTLIST - Static variable in class com.ibm.xml.parser.Child
 
NAME_CDATA - Static variable in class com.ibm.xml.parser.Child
 
NAME_COMMENT - Static variable in class com.ibm.xml.parser.Child
 
NAME_DOCFRAGMENT - Static variable in class com.ibm.xml.parser.Child
 
NAME_DOCUMENT - Static variable in class com.ibm.xml.parser.Child
 
NAME_ELEMENT_DECL - Static variable in class com.ibm.xml.parser.Child
 
NAME_PSEUDONODE - Static variable in class com.ibm.xml.parser.Child
 
NAME_TEXT - Static variable in class com.ibm.xml.parser.Child
 
NAME_TOKEN_GROUP - Static variable in class com.ibm.xml.parser.AttDef
 
NamedNodeMap - interface org.w3c.dom.NamedNodeMap.
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
Namespace - interface com.ibm.xml.parser.Namespace.
An interface for providing consistent namespace handling within the XML4J parser; this interface is not intended for implementation by XML4J applications.
NMTOKEN - Static variable in class com.ibm.xml.parser.AttDef
 
NMTOKENS - Static variable in class com.ibm.xml.parser.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 - Variable in class com.ibm.xml.xpointer.Pointed.Item
The node being pointed to.
Node - interface org.w3c.dom.Node.
The Node interface is the primary datatype for the entire Document Object Model.
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.
nodetypes - Static variable in class com.ibm.xml.xpointer.XPointer
 
NOFIXED - Static variable in class com.ibm.xml.parser.AttDef
 
NonRecursivePreorderTreeTraversal - class com.ibm.xml.parser.NonRecursivePreorderTreeTraversal.
NonRecursivePreorderTreeTraversal defines a specific document object tree traversal algorithm for use by the visitor design pattern.
NonRecursivePreorderTreeTraversal(Visitor) - Constructor for class com.ibm.xml.parser.NonRecursivePreorderTreeTraversal
Constructor.
NOOPVisitor - class com.ibm.xml.parser.NOOPVisitor.
NOOPVisitor is an adapter class that implements the Visitor interface without providing any operation on the various DOM- and XML4J-defined Nodes; other visitors, such as ToXMLStringVisitor, subclass NOOPVisitor and selectively override these NOOP methods to provide their function.
NOOPVisitor() - Constructor for class com.ibm.xml.parser.NOOPVisitor
Constructor.
NoRequiredAttributeHandler - interface com.ibm.xml.parser.NoRequiredAttributeHandler.
An interface for handling "no required attribute" events that are recognized by the XML4J parser.
normalize() - Method in class com.ibm.xml.parser.TXElement
Puts all Text Nodes in the sub-tree underneath this Element into a "normal" form where only markup (e.g., tags, comments, PIs, CDATASections, and entity references) separates Text Nodes.
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.
normalizeURN(String) - Static method in class com.ibm.xml.parser.Util
Returns normalized URN, "urn:" and <NID> are lower-cased.
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.parser.AttDef
 
NOTATION_NODE - Static variable in interface org.w3c.dom.Node
 
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.
NS - Static variable in class com.ibm.xml.parser.Match
 
NSLOCAL - Static variable in class com.ibm.xml.parser.Match
 
NT_ALL - Static variable in class com.ibm.xml.xpointer.XPointer
 
NT_CDATA - Static variable in class com.ibm.xml.xpointer.XPointer
 
NT_COMMENT - Static variable in class com.ibm.xml.xpointer.XPointer
 
NT_ELEMENT - Static variable in class com.ibm.xml.xpointer.XPointer
 
NT_NAME - Static variable in class com.ibm.xml.xpointer.XPointer
 
NT_NONE - Static variable in class com.ibm.xml.xpointer.XPointer
 
NT_PI - Static variable in class com.ibm.xml.xpointer.XPointer
 
NT_TEXT - Static variable in class com.ibm.xml.xpointer.XPointer
 

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