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

N

name - Variable in class org.enhydra.apache.xerces.dom.NotationImpl
Notation name.
name - Variable in class org.enhydra.apache.xerces.dom.EntityReferenceImpl
Name of Entity referenced
name - Variable in class org.enhydra.apache.xerces.dom.EntityImpl
Entity name.
name - Variable in class org.enhydra.apache.xerces.dom.ElementImpl
Element name.
name - Variable in class org.enhydra.apache.xerces.dom.ElementDefinitionImpl
Element definition name.
name - Variable in class org.enhydra.apache.xerces.dom.DocumentTypeImpl
Document type name.
name - Variable in class org.enhydra.apache.xerces.dom.AttrImpl
Attribute name.
name - Variable in class org.enhydra.apache.xerces.validators.common.XMLElementDecl
 
name - Variable in class org.enhydra.apache.xerces.validators.common.XMLAttributeDecl
 
name - Variable in class org.enhydra.apache.xerces.validators.schema.SchemaGrammar.OneSubGroup
 
name - Variable in class org.enhydra.apache.xerces.validators.schema.OneAttr
 
name - Variable in class org.enhydra.apache.xerces.validators.schema.identity.XPath.NodeTest
Node qualified name.
name - Variable in class org.enhydra.apache.xml.serialize.EncodingInfo
 
namedItem(String) - Method in class org.enhydra.apache.html.dom.HTMLCollectionImpl
Retrieves the named node from the collection.
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.enhydra.apache.xerces.dom.NamedNodeMapImpl.
NamedNodeMaps represent collections of Nodes that can be accessed by name.
NamedNodeMapImpl(NodeImpl) - Constructor for class org.enhydra.apache.xerces.dom.NamedNodeMapImpl
Constructs a named node map.
NameNodeListImpl - class org.enhydra.apache.html.dom.NameNodeListImpl.
This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
NameNodeListImpl(NodeImpl, String) - Constructor for class org.enhydra.apache.html.dom.NameNodeListImpl
Constructor.
names - Variable in class org.xml.sax.helpers.AttributeListImpl
Deprecated.  
NAMESPACE - Static variable in class org.enhydra.apache.xerces.validators.schema.identity.XPath.NodeTest
Type: namespace
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.
nameSpaceKeys() - Method in class org.enhydra.apache.xerces.validators.common.GrammarResolverImpl
 
nameSpaceKeys() - Method in interface org.enhydra.apache.xerces.validators.common.GrammarResolver
 
NamespacesScope - class org.enhydra.apache.xerces.utils.NamespacesScope.
NamespacesScope provides a data structure for mapping namespace prefixes to their URI's.
NamespacesScope.NamespacesHandler - interface org.enhydra.apache.xerces.utils.NamespacesScope.NamespacesHandler.
NamespacesHandler allows a client to be notified when namespace scopes change
NamespacesScope() - Constructor for class org.enhydra.apache.xerces.utils.NamespacesScope
 
NamespacesScope(NamespacesScope.NamespacesHandler) - Constructor for class org.enhydra.apache.xerces.utils.NamespacesScope
 
NamespacesScope(NamespacesScope.NamespacesHandler, int, int[][]) - Constructor for class org.enhydra.apache.xerces.utils.NamespacesScope
 
NamespaceSupport - class org.xml.sax.helpers.NamespaceSupport.
Encapsulate Namespace logic for use by SAX drivers.
NamespaceSupport.Context - class org.xml.sax.helpers.NamespaceSupport.Context.
Internal class for a single Namespace context.
NamespaceSupport.Context() - Constructor for class org.xml.sax.helpers.NamespaceSupport.Context
Create the root-level Namespace context.
NamespaceSupport() - Constructor for class org.xml.sax.helpers.NamespaceSupport
Create a new Namespace support object.
namespaceURI - Variable in class org.enhydra.apache.xerces.dom.ElementNSImpl
DOM2: Namespace URI.
namespaceURI - Variable in class org.enhydra.apache.xerces.dom.AttrNSImpl
DOM2: Namespace URI.
namespaceURI - Variable in class org.enhydra.apache.xml.serialize.ElementState
The element's namespace URI.
NC_NAMESPACE_NAME_EMPTY - Static variable in class org.enhydra.apache.xerces.utils.XMLMessages
 
NC_PREFIX_DECLARED - Static variable in class org.enhydra.apache.xerces.utils.XMLMessages
 
needsSyncChildren() - Method in class org.enhydra.apache.xerces.dom.NodeImpl
 
needsSyncChildren(boolean) - Method in class org.enhydra.apache.xerces.dom.NodeImpl
 
needsSyncData() - Method in class org.enhydra.apache.xerces.dom.NodeImpl
 
needsSyncData(boolean) - Method in class org.enhydra.apache.xerces.dom.NodeImpl
 
NEGATIVELOOKAHEAD - Static variable in class org.enhydra.apache.xerces.utils.regex.Token
 
NEGATIVELOOKAHEAD - Static variable in class org.enhydra.apache.xerces.utils.regex.Op
 
NEGATIVELOOKBEHIND - Static variable in class org.enhydra.apache.xerces.utils.regex.Token
 
NEGATIVELOOKBEHIND - Static variable in class org.enhydra.apache.xerces.utils.regex.Op
 
NestedOnlyInElemOnly - Static variable in class org.enhydra.apache.xerces.validators.schema.SchemaMessageProvider
 
newDocument() - Method in class javax.xml.parsers.DocumentBuilder
Obtain a new instance of a DOM Document object to build a DOM tree with.
newDocument() - Method in class org.enhydra.apache.xerces.jaxp.DocumentBuilderImpl
Non-preferred: use the getDOMImplementation() method instead of this one to get a DOM Level 2 DOMImplementation object and then use DOM Level 2 methods to create a DOM Document object.
newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
Creates a new instance of a DocumentBuilder using the currently configured parameters.
newDocumentBuilder() - Method in class org.enhydra.apache.xerces.jaxp.DocumentBuilderFactoryImpl
 
newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
Obtain a new instance of a SAXParserFactory.
newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
Obtain a new instance of a DocumentBuilderFactory.
newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
Creates a new instance of a SAXParser using the currently configured factory parameters.
newSAXParser() - Method in class org.enhydra.apache.xerces.jaxp.SAXParserFactoryImpl
Creates a new instance of SAXParser using the currently configured factory parameters.
newValue - Variable in class org.enhydra.apache.xerces.dom.events.MutationEventImpl
 
next - Variable in class org.enhydra.apache.xerces.utils.regex.Op
 
NEXT_OFFSET - Static variable in class org.enhydra.apache.xerces.utils.SymbolCache
 
next() - Method in class org.enhydra.apache.xerces.utils.regex.RegexParser
 
nextChunk() - Method in class org.enhydra.apache.xerces.utils.UTF8DataChunk
 
nextChunk() - Method in class org.enhydra.apache.xerces.utils.CharDataChunk
Get the next chunk.
nextMatchingElementAfter(Node) - Method in class org.enhydra.apache.html.dom.NameNodeListImpl
Iterative tree-walker.
nextMatchingElementAfter(Node) - Method in class org.enhydra.apache.xerces.dom.DeepNodeListImpl
Iterative tree-walker.
nextNode() - Method in class org.enhydra.apache.xerces.dom.TreeWalkerImpl
Return the next Node from the current node, after applying filter, whatToshow.
nextNode() - Method in class org.enhydra.apache.xerces.dom.NodeIteratorImpl
Return the next Node in the Iterator.
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.
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(Node, boolean) - Method in class org.enhydra.apache.xerces.dom.RangeImpl
 
nextNode(Node, boolean) - Method in class org.enhydra.apache.xerces.dom.NodeIteratorImpl
The method nextNode(Node, boolean) returns the next node from the actual DOM tree.
nextSibling - Variable in class org.enhydra.apache.xerces.dom.ChildNode
Next sibling.
nextSibling() - Method in class org.enhydra.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.
nexttoken - Variable in class org.enhydra.apache.xerces.utils.regex.RegexParser
 
NILLABLE - Static variable in class org.enhydra.apache.xerces.validators.schema.SchemaSymbols
 
no - Variable in class org.enhydra.apache.xerces.utils.regex.Token.ConditionToken
 
no - Variable in class org.enhydra.apache.xerces.utils.regex.Op.ConditionOp
 
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
NoContentForRef - Static variable in class org.enhydra.apache.xerces.validators.schema.SchemaMessageProvider
 
node - Variable in class org.enhydra.apache.xerces.dom.DocumentImpl.EnclosingAttr
 
Node - interface org.w3c.dom.Node.
The Node interface is the primary datatype for the entire Document Object Model.
NODE - Static variable in class org.enhydra.apache.xerces.validators.schema.identity.XPath.NodeTest
Type: node.
NodeFilter - interface org.w3c.dom.traversal.NodeFilter.
Filters are objects that know how to "filter out" nodes.
NodeImpl - class org.enhydra.apache.xerces.dom.NodeImpl.
NodeImpl provides the basic structure of a DOM tree.
NodeImpl() - Constructor for class org.enhydra.apache.xerces.dom.NodeImpl
Constructor for serialization.
NodeImpl(CoreDocumentImpl) - Constructor for class org.enhydra.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.enhydra.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.enhydra.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.
nodes - Variable in class org.enhydra.apache.xerces.dom.NamedNodeMapImpl
Nodes.
nodes - Variable in class org.enhydra.apache.xerces.dom.DeepNodeListImpl
 
nodeTest - Variable in class org.enhydra.apache.xerces.validators.schema.identity.XPath.Step
Node test.
nofgroups - Variable in class org.enhydra.apache.xerces.utils.regex.Match
 
nofinstances - Static variable in class org.enhydra.apache.xerces.utils.regex.Op
 
nofparen - Variable in class org.enhydra.apache.xerces.utils.regex.RegularExpression
The number of parenthesis in the regular expression.
NONGREEDYCLOSURE - Static variable in class org.enhydra.apache.xerces.utils.regex.Token
 
NONGREEDYCLOSURE - Static variable in class org.enhydra.apache.xerces.utils.regex.Op
 
NONGREEDYQUESTION - Static variable in class org.enhydra.apache.xerces.utils.regex.Op
 
nonMapIndex - Variable in class org.enhydra.apache.xerces.utils.regex.RangeToken
 
normalize() - Method in class org.enhydra.apache.xerces.dom.ParentNode
Override default behavior to call normalize() on this Node's children.
normalize() - Method in class org.enhydra.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.enhydra.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 class org.enhydra.apache.xerces.dom.AttrImpl
 
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.
normalize(int[]) - Method in class org.enhydra.apache.xerces.validators.datatype.DateTimeValidator
normalize dateTime [E Adding durations to dateTimes] If timezone present - normalize to UTC If hour is 24 - normalize to start of following day
normalize(QName, QName, int, int, int) - Method in interface org.enhydra.apache.xerces.validators.common.XMLValidator.AttributeValidator
Normalize.
normalize(QName, QName, int, int, int) - Method in class org.enhydra.apache.xerces.validators.common.XMLValidator.AttValidatorNOTATION
Normalize.
normalize(QName, QName, int, int, int) - Method in class org.enhydra.apache.xerces.validators.common.XMLValidator.AttValidatorENUMERATION
Normalize.
normalize(String) - Method in class org.enhydra.apache.xerces.domx.XGrammarWriter
Normalizes the given string.
normalizeDefaultAttValue(QName, int, int, int, boolean) - Method in class org.enhydra.apache.xerces.framework.XMLDTDScanner
 
NOT_AN_IDVALUE - Variable in class org.enhydra.apache.xerces.validators.common.XMLValidator.ValueStoreBase
Not a value (Unicode: #FFFF).
NOT_BOOLEAN - Static variable in class org.enhydra.apache.xerces.validators.datatype.DatatypeMessageProvider
 
NOT_DECIMAL - Static variable in class org.enhydra.apache.xerces.validators.datatype.DatatypeMessageProvider
 
NOT_DOUBLE - Static variable in class org.enhydra.apache.xerces.validators.datatype.DatatypeMessageProvider
 
NOT_ENUM_VALUE - Static variable in class org.enhydra.apache.xerces.validators.datatype.DatatypeMessageProvider
 
NOT_FLOAT - Static variable in class org.enhydra.apache.xerces.validators.datatype.DatatypeMessageProvider
 
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 requested type of object or operation.
NotADatatype - Static variable in class org.enhydra.apache.xerces.validators.schema.SchemaMessageProvider
 
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.
NOTATIONDatatypeValidator - class org.enhydra.apache.xerces.validators.datatype.NOTATIONDatatypeValidator.
NOTATIONValidator defines the interface that data type validators must obey.
NOTATIONDatatypeValidator() - Constructor for class org.enhydra.apache.xerces.validators.datatype.NOTATIONDatatypeValidator
 
NOTATIONDatatypeValidator(DatatypeValidator, Hashtable, boolean) - Constructor for class org.enhydra.apache.xerces.validators.datatype.NOTATIONDatatypeValidator
 
notationDecl(int, int, int) - Method in interface org.enhydra.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for a notation declaration.
notationDecl(int, int, int) - Method in class org.enhydra.apache.xerces.parsers.SAXParser
Receive notification of a notation declaration event.
notationDecl(int, int, int) - Method in class org.enhydra.apache.xerces.parsers.DOMParser
<!NOTATION Name ExternalId>
notationDecl(String, String, String) - Method in class org.enhydra.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.enhydra.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(CoreDocumentImpl, String) - Constructor for class org.enhydra.apache.xerces.dom.NotationImpl
Factory constructor.
notationName - Variable in class org.enhydra.apache.xerces.dom.EntityImpl
Notation name.
notations - Variable in class org.enhydra.apache.xerces.dom.DocumentTypeImpl
Notations.
NoValidatorFor - Static variable in class org.enhydra.apache.xerces.validators.schema.SchemaMessageProvider
 
NRANGE - Static variable in class org.enhydra.apache.xerces.utils.regex.Token
 
NRANGE - Static variable in class org.enhydra.apache.xerces.utils.regex.Op
 
nsName - Variable in class org.enhydra.apache.xerces.dom.DeepNodeListImpl
 
NULL_STRING - Static variable in class org.enhydra.apache.xerces.utils.StringPool
Constants
numberOfClosures - Variable in class org.enhydra.apache.xerces.utils.regex.RegularExpression
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright © 1999 The Apache Software Foundation. All Rights reserved.