Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS
A B C D E F G H I L M N O P Q R S T U V W X

N

NAME_TOKEN_GROUP. Static variable in interface org.w3c.dom.AttributeDefinition
NMTOKEN. Static variable in interface org.w3c.dom.AttributeDefinition
NMTOKENS. Static variable in interface org.w3c.dom.AttributeDefinition
NOFIXED. Static variable in class com.ibm.xml.parser.AttDef
NOOPVisitor class com.ibm.xml.parser.NOOPVisitor.
NOOPVisitor is a convenience 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.
NOTATION. Static variable in class com.ibm.xml.parser.Child
NOTATION. Static variable in interface org.w3c.dom.AttributeDefinition
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
NUMBER. Static variable in interface org.w3c.dom.QueryTerm
NamedNodeList interface org.w3c.dom.NamedNodeList.
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.
NamespacePI class com.ibm.xml.parser.NamespacePI.

The NamespacePI class provides specific support for the namespace processing instruction (PI).

NamespacePI(String, String). Constructor for class com.ibm.xml.parser.NamespacePI
Constructor.
NamespacePI(String, String, String). Constructor for class com.ibm.xml.parser.NamespacePI
Constructor.
NamespacePI(String, String, String, String, String). Constructor for class com.ibm.xml.parser.NamespacePI
Constructor.
NoRequiredAttributeHandler interface com.ibm.xml.parser.NoRequiredAttributeHandler.
An interface for handling "no required attribute" events that are recognized by the XML4J parser.
NoSuchAttributeException exception org.w3c.dom.NoSuchAttributeException.
NoSuchAttributeException(). Constructor for class org.w3c.dom.NoSuchAttributeException
NoSuchNodeException exception org.w3c.dom.NoSuchNodeException.
NoSuchNodeException(). Constructor for class org.w3c.dom.NoSuchNodeException
Node interface org.w3c.dom.Node.
NodeEnumerator interface org.w3c.dom.NodeEnumerator.
NodeIterator interface org.w3c.dom.NodeIterator.
NodeList interface org.w3c.dom.NodeList.
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.
NotMyChildException exception org.w3c.dom.NotMyChildException.
NotMyChildException(). Constructor for class org.w3c.dom.NotMyChildException
NotMyChildException(String). Constructor for class org.w3c.dom.NotMyChildException
Notation interface org.w3c.dom.Notation.
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
node. Variable in class com.ibm.xml.xpointer.Pointed.Item
The node being pointed to.
nodetypes. Static variable in class com.ibm.xml.xpointer.XPointer
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
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.
numChildren(). Method in interface org.w3c.dom.TreeIterator
numNextSiblings(). Method in interface org.w3c.dom.TreeIterator
numPreviousSiblings(). Method in interface org.w3c.dom.TreeIterator

A B C D E F G H I L M N O P Q R S T U V W X
Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS