A B C D E F G H I L M N O P R S T V W

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.
NamedNodeMapImpl - class com.japisoft.fastparser.dom.NamedNodeMapImpl.
NamedNodeMap
NamedNodeMapImpl(SimpleNode) - Constructor for class com.japisoft.fastparser.dom.NamedNodeMapImpl
 
NamespaceContext - class com.japisoft.fastparser.document.NamespaceContext.
Context for namespace.
NamespaceContext() - Constructor for class com.japisoft.fastparser.document.NamespaceContext
 
NamespaceCriteria - class com.japisoft.fastparser.walker.NamespaceCriteria.
Namespace criteria
NamespaceCriteria(String) - Constructor for class com.japisoft.fastparser.walker.NamespaceCriteria
Match node in the following namespace uri
nameSpaceURI - Variable in class com.japisoft.fastparser.dom.NodeImpl
 
newInstance() - Static method in class com.japisoft.fastparser.tools.FPSAXParserFactory
 
newSAXParser() - Method in class com.japisoft.fastparser.tools.FPSAXParserFactory
 
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.
NodeFactory - interface com.japisoft.fastparser.node.NodeFactory.
Interface : factory for building node.
NodeFactoryImpl - class com.japisoft.fastparser.node.NodeFactoryImpl.
Factory for building node.
NodeFactoryImpl() - Constructor for class com.japisoft.fastparser.node.NodeFactoryImpl
 
NodeImpl - class com.japisoft.fastparser.dom.NodeImpl.
Node
NodeImpl(int, String) - Constructor for class com.japisoft.fastparser.dom.NodeImpl
 
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.
NodeListImpl - class com.japisoft.fastparser.dom.NodeListImpl.
Implementation for NodeList
NodeListImpl(SimpleNode) - Constructor for class com.japisoft.fastparser.dom.NodeListImpl
 
NodeListImpl(SimpleNode, String) - Constructor for class com.japisoft.fastparser.dom.NodeListImpl
 
NodeNameCriteria - class com.japisoft.fastparser.walker.NodeNameCriteria.
Match tag with the good name
NodeNameCriteria(String) - Constructor for class com.japisoft.fastparser.walker.NodeNameCriteria
Search for the good 'name'
normalize() - Method in class com.japisoft.fastparser.dom.ElementImpl
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.
normalize() - Method in class com.japisoft.fastparser.dom.NodeImpl
 
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_NODE - Static variable in interface org.w3c.dom.Node
 
NotationImpl - class com.japisoft.fastparser.dom.NotationImpl.
Notation
NotationImpl() - Constructor for class com.japisoft.fastparser.dom.NotationImpl
 
NotCriteria - class com.japisoft.fastparser.walker.NotCriteria.
Test for 2 elements criteria.
NotCriteria(ValidCriteria) - Constructor for class com.japisoft.fastparser.walker.NotCriteria
Match the opposite of the criteria

A B C D E F G H I L M N O P R S T V W