Xerces 3.1.1 API: N-Index
Xerces 3.1.1
A B C D E F G H I J K L M N O P R S T U V W X _

N

name - Variable in class org.apache.xerces.dom.ElementDefinitionImpl
Element definition name.
name - Variable in class org.apache.xerces.dom.EntityImpl
Entity name.
name - Variable in class org.apache.xerces.dom.AttrImpl
Attribute name.
name - Variable in class org.apache.xerces.dom.ElementImpl
Element name.
name - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Document type name.
name - Variable in class org.apache.xerces.dom.NotationImpl
Notation name.
name - Variable in class org.apache.xerces.dom.EntityReferenceImpl
Name of Entity referenced
namedItem(String) - Method in interface org.w3c.dom.html.HTMLCollection
This method retrieves a Node using a 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 org.apache.xerces.dom.NamedNodeMapImpl.
NamedNodeMaps represent collections of Nodes that can be accessed by name.
NamedNodeMapImpl(NodeImpl) - Constructor for class org.apache.xerces.dom.NamedNodeMapImpl
Constructs a named node map.
NameNodeListImpl - class org.apache.html.dom.NameNodeListImpl.
This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
NameNodeListImpl(NodeImpl, String) - Constructor for class org.apache.html.dom.NameNodeListImpl
Constructor.
NAMESPACE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
NamespaceSupport - class org.xml.sax.helpers.NamespaceSupport.
Encapsulate Namespace logic for use by SAX drivers.
NamespaceSupport() - Constructor for class org.xml.sax.helpers.NamespaceSupport
Create a new Namespace support object.
namespaceURI - Variable in class org.apache.xerces.dom.AttrNSImpl
DOM2: Namespace URI.
namespaceURI - Variable in class org.apache.xerces.dom.ElementNSImpl
DOM2: Namespace URI.
newDocument() - Method in class javax.xml.parsers.DocumentBuilder
Creates an new Document instance from the underlying DOM implementation.
newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
Returns a new configured instance of type DocumentBuilder.
newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
Returns a new instance of a SAXParserFactory.
newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
Returns a new instance of a DocumentBuilderFactory.
newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
Returns a new configured instance of type SAXParser.
nextMatchingElementAfter(Node) - Method in class org.apache.xerces.dom.DeepNodeListImpl
Iterative tree-walker.
nextMatchingElementAfter(Node) - Method in class org.apache.html.dom.NameNodeListImpl
Iterative tree-walker.
nextNode() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the next Node in the Iterator.
nextNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the next Node from the current node, after applying filter, whatToshow.
nextNode() - Method in interface org.w3c.dom.traversal.NodeIterator
Returns the next node in the set and advances the position of the iterator in the set.
nextNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next visible node in document order relative to the current node, and returns the new node.
nextSibling - Variable in class org.apache.xerces.dom.ChildNode
Next sibling.
nextSibling() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the next sibling Node from the current node, after applying filter, whatToshow.
nextSibling() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next sibling of the current node, and returns the new node.
NO_DATA_ALLOWED_ERR - Static variable in class org.w3c.dom.DOMException
If data is specified for a node which does not support data
NO_MODIFICATION_ALLOWED_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to modify an object where modifications are not allowed
Node - interface org.w3c.dom.Node.
The Node interface is the primary datatype for the entire Document Object Model.
NodeFilter - interface org.w3c.dom.traversal.NodeFilter.
Filters are objects that know how to "filter out" nodes.
NodeImpl - class org.apache.xerces.dom.NodeImpl.
Node provides the basic structure of a DOM tree.
NodeImpl() - Constructor for class org.apache.xerces.dom.NodeImpl
Constructor for serialization.
NodeImpl(DocumentImpl) - Constructor for class org.apache.xerces.dom.NodeImpl
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
NodeIterator - interface org.w3c.dom.traversal.NodeIterator.
Iterators are used to step through a set of nodes, e.g.
NodeIteratorImpl - class org.apache.xerces.dom.NodeIteratorImpl.
DefaultNodeIterator implements a NodeIterator, which iterates a DOM tree in the expected depth first way.
NodeIteratorImpl(DocumentImpl, Node, int, NodeFilter, boolean) - Constructor for class org.apache.xerces.dom.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.
nodeListIndex - Variable in class org.apache.xerces.dom.ParentNode
Last requested node index.
nodeListIndex - Variable in class org.apache.xerces.dom.ChildAndParentNode
Last requested node index.
nodeListLength - Variable in class org.apache.xerces.dom.ParentNode
Cached node list length.
nodeListLength - Variable in class org.apache.xerces.dom.ChildAndParentNode
Cached node list length.
nodeListNode - Variable in class org.apache.xerces.dom.ParentNode
Last requested node.
nodeListNode - Variable in class org.apache.xerces.dom.ChildAndParentNode
Last requested node.
nodes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
nodes - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Nodes.
NonValidatingDOMParser - class com.ibm.xml.parsers.NonValidatingDOMParser.
Deprecated. The W3C's DOM L3 working group will specify a standardized API for parser instantiation. XML4J and Xerces will switch to this API when it becomes available
NonValidatingDOMParser() - Constructor for class com.ibm.xml.parsers.NonValidatingDOMParser
Deprecated. Default constructor.
normalize() - Method in class org.apache.xerces.dom.NodeImpl
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, 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.
normalize() - Method in class org.apache.xerces.dom.ParentNode
Override default behavior to call normalize() on this Node's children.
normalize() - Method in class org.apache.xerces.dom.AttrImpl
 
normalize() - Method in class org.apache.xerces.dom.ChildAndParentNode
Override default behavior to call normalize() on this Node's children.
normalize() - Method in class org.apache.xerces.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.Node
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalizeDefaultAttValue(QName, int, int, int, boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
NOT_FOUND_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to reference a node in a context where it does not exist
NOT_SUPPORTED_ERR - Static variable in class org.w3c.dom.DOMException
If the implementation does not support the type of object requested
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
The node is a Notation.
notationDecl(int) - Method in class com.ibm.xml.parsers.SAXParser
Deprecated. Notation decl.
notationDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for a notation declaration.
notationDecl(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
<!NOTATION Name ExternalId>
notationDecl(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a notation declaration.
notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.
NotationImpl - class org.apache.xerces.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 org.apache.xerces.dom.NotationImpl
Factory constructor.
notationName - Variable in class org.apache.xerces.dom.EntityImpl
Notation name.
notations - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Notations.
nsName - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 

Xerces 3.1.1
A B C D E F G H I J K L M N O P R S T U V W X _