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

A

AbstractDatatypeValidator - class org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator.
 
AbstractDatatypeValidator() - Constructor for class org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
Constructor for Native datatype, No Facets defined, derived by Restriction
AbstractDatatypeValidator(DatatypeValidator, Hashtable, boolean) - Constructor for class org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
 
AbstractDOMParser - class org.apache.xerces.parsers.AbstractDOMParser.
This is the base class of all DOM parsers.
AbstractDOMParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.AbstractDOMParser
Default constructor.
AbstractSAXParser - class org.apache.xerces.parsers.AbstractSAXParser.
This is the base class of all SAX parsers.
AbstractSAXParser.AttributesProxy - class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy.
 
AbstractSAXParser.AttributesProxy() - Constructor for class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
AbstractSAXParser.LocatorProxy - class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy.
 
AbstractSAXParser.LocatorProxy(XMLLocator) - Constructor for class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
Constructs an XML locator proxy.
AbstractSAXParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.AbstractSAXParser
Default constructor.
AbstractXMLDocumentParser - class org.apache.xerces.parsers.AbstractXMLDocumentParser.
This is the base class for all XML document parsers.
AbstractXMLDocumentParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.AbstractXMLDocumentParser
Constructs a document parser using the default symbol table and grammar pool.
addAttribute(QName, String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Adds an attribute.
addAttributeEntity(int, String, int, int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Adds an entity to the specified attribute.
addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Adds a component to the parser configuration.
addContentSpecNode(short, int, int) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Create an XMLContentSpec for a two child leaf
addContentSpecNode(short, String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Create an XMLContentSpec for a single non-leaf
addEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
addEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
addEventListener(String, EventListener, boolean) - Method in class org.apache.xerces.dom.NodeImpl
 
addExternalEntity(String, String, String, String) - Method in class org.apache.xerces.impl.XMLEntityManager
Adds an external entity declaration.
addInternalEntity(String, String) - Method in class org.apache.xerces.impl.XMLEntityManager
Adds an internal entity declaration.
addRecognizedFeatures(String[]) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Allows a parser to add parser specific features to be recognized and managed by the parser configuration.
addRecognizedProperties(String[]) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Allows a parser to add parser specific properties to be recognized and managed by the parser configuration.
addSymbol(char[], int, int) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedSymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(char[], int, int) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedSymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(char[], int, int) - Method in class org.apache.xerces.util.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(String) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedSymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(String) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedSymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addSymbol(String) - Method in class org.apache.xerces.util.SymbolTable
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
addUniqueLeafNode(String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
create an XMLContentSpec for a leaf
addUnparsedEntity(String, String, String, String) - Method in class org.apache.xerces.impl.XMLEntityManager
Adds an unparsed entity declaration.
adoptNode(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental Change the node's ownerDocument, and its subtree, to this Document
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: allow Java encodings.
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.impl.XMLEntityManager
Feature identifier: allow Java encodings.
ALLOW_JAVA_ENCODINGS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Allow Java encoding names feature ("allow-java-encodings").
allowGrammarAccess - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Allow grammar access.
any() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
ANY.
any() - Method in class org.apache.xerces.impl.XMLDTDValidator
ANY.
any() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
A content model of ANY.
append(char) - Method in class org.apache.xerces.util.XMLStringBuffer
append
append(char[], int, int) - Method in class org.apache.xerces.util.XMLStringBuffer
append
append(String) - Method in class org.apache.xerces.util.XMLStringBuffer
append
append(XMLString) - Method in class org.apache.xerces.util.XMLStringBuffer
append
appendChild(Node) - Method in class org.apache.xerces.dom.NodeImpl
Adds a child node to the end of the list of children for this node.
appendData(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Concatenate additional characters onto the end of the data stored in this node.
appendPath(String) - Method in class org.apache.xerces.util.URI
Append to the end of the path of this URI.
ASCIIReader - class org.apache.xerces.impl.io.ASCIIReader.
A simple ASCII byte reader.
ASCIIReader(InputStream) - Constructor for class org.apache.xerces.impl.io.ASCIIReader
Constructs an ASCII reader from the specified input stream using the default buffer size.
ASCIIReader(InputStream, int) - Constructor for class org.apache.xerces.impl.io.ASCIIReader
Constructs an ASCII reader from the specified input stream and buffer size.
attrChange - Variable in class org.apache.xerces.dom.events.MutationEventImpl
 
attributeDecl(String, String, String, String[], String, XMLString) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString) - Method in class org.apache.xerces.parsers.DTDParser
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString) - Method in class org.apache.xerces.impl.XMLDTDValidator
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
An attribute declaration.
AttributeMap - class org.apache.xerces.dom.AttributeMap.
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
AttributeMap(ElementImpl, NamedNodeMapImpl) - Constructor for class org.apache.xerces.dom.AttributeMap
Constructs a named node map.
attributes - Variable in class org.apache.xerces.dom.ElementDefinitionImpl
Default attributes.
attributes - Variable in class org.apache.xerces.dom.ElementImpl
Attributes.
AttrImpl - class org.apache.xerces.dom.AttrImpl.
Attribute represents an XML-style attribute of an Element.
AttrImpl() - Constructor for class org.apache.xerces.dom.AttrImpl
 
AttrImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.AttrImpl
Attribute has no public constructor.
AttrNSImpl - class org.apache.xerces.dom.AttrNSImpl.
AttrNSImpl inherits from AttrImpl and adds namespace support.
AttrNSImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.AttrNSImpl
 
AttrNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.AttrNSImpl
DOM2: Constructor for Namespace implementation.

B

baseSystemId - Variable in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Base system identifier.
baseSystemId - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Base system identifier.
baseSystemId - Variable in class org.apache.xerces.impl.validation.XMLEntityDecl
baseSystemId
BasicParserConfiguration - class org.apache.xerces.parsers.BasicParserConfiguration.
A very basic parser configuration.
BasicParserConfiguration() - Constructor for class org.apache.xerces.parsers.BasicParserConfiguration
Default Constructor.
BasicParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.BasicParserConfiguration
Constructs a document parser using the specified symbol table and a default grammar pool.
bubbles - Variable in class org.apache.xerces.dom.events.EventImpl
 
buildAttrEntityRefs(Text, XMLAttributes, int, int, int, int) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Builds entity references in attribute values.

C

CachingParserPool - class org.apache.xerces.parsers.CachingParserPool.
A parser pool that enables caching of grammars.
CachingParserPool.ShadowedGrammarPool - class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool.
Shadowed grammar pool.
CachingParserPool.ShadowedGrammarPool(GrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Constructs a shadowed grammar pool.
CachingParserPool.ShadowedSymbolTable - class org.apache.xerces.parsers.CachingParserPool.ShadowedSymbolTable.
Shadowed symbol table.
CachingParserPool.ShadowedSymbolTable(SymbolTable) - Constructor for class org.apache.xerces.parsers.CachingParserPool.ShadowedSymbolTable
Constructs a shadow of the specified symbol table.
CachingParserPool.SynchronizedGrammarPool - class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool.
Synchronized grammar pool.
CachingParserPool.SynchronizedGrammarPool(GrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
Constructs a synchronized grammar pool.
CachingParserPool.SynchronizedSymbolTable - class org.apache.xerces.parsers.CachingParserPool.SynchronizedSymbolTable.
Synchronized symbol table.
CachingParserPool.SynchronizedSymbolTable(SymbolTable) - Constructor for class org.apache.xerces.parsers.CachingParserPool.SynchronizedSymbolTable
Constructs a synchronized symbol table.
CachingParserPool() - Constructor for class org.apache.xerces.parsers.CachingParserPool
Default constructor.
CachingParserPool(SymbolTable, GrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool
Constructs a caching parser pool with the specified symbol table and grammar pool.
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.validation.models.CMNode
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.validation.models.CMBinOp
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.validation.models.CMLeaf
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.validation.models.CMAny
 
calcFirstPos(CMStateSet) - Method in class org.apache.xerces.impl.validation.models.CMUniOp
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.validation.models.CMNode
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.validation.models.CMBinOp
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.validation.models.CMLeaf
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.validation.models.CMAny
 
calcLastPos(CMStateSet) - Method in class org.apache.xerces.impl.validation.models.CMUniOp
 
cancelable - Variable in class org.apache.xerces.dom.events.EventImpl
 
CDATASectionImpl - class org.apache.xerces.dom.CDATASectionImpl.
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
CDATASectionImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CDATASectionImpl
Factory constructor for creating a CDATA section.
ch - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Character buffer.
CHANGED - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
changed() - Method in class org.apache.xerces.dom.NodeImpl
Denotes that this node has changed.
changed() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Denotes that this node has changed.
changes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
changes - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Number of alterations made to this document since its creation.
changes() - Method in class org.apache.xerces.dom.NodeImpl
Returns the number of changes to this node.
changes() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns the number of changes to this node.
CharacterDataImpl - class org.apache.xerces.dom.CharacterDataImpl.
CharacterData is an abstract Node that can carry character data as its Value.
CharacterDataImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CharacterDataImpl
Factory constructor.
characters - Variable in class org.apache.xerces.util.SymbolTable.Entry
Symbol characters.
characters(XMLString) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Character content.
characters(XMLString) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Character content.
characters(XMLString) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Character content.
characters(XMLString) - Method in class org.apache.xerces.impl.XMLDTDValidator
Character content.
characters(XMLString) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Character content.
characters(XMLString) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Characters within an IGNORE conditional section.
CHARS - Static variable in class org.apache.xerces.util.XMLChar
Character flags.
checkFeature(String) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Check a feature.
checkProperty(String) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Check a property.
ChildNode - class org.apache.xerces.dom.ChildNode.
ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.
ChildNode() - Constructor for class org.apache.xerces.dom.ChildNode
Constructor for serialization.
ChildNode(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.ChildNode
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods
childrenElement(String) - Method in class org.apache.xerces.parsers.DTDParser
A referenced element in a children content model.
childrenEndGroup() - Method in class org.apache.xerces.parsers.DTDParser
The end of a children group.
childrenOccurrence(short) - Method in class org.apache.xerces.parsers.DTDParser
The occurrence count for a child in a children content model.
childrenSeparator(short) - Method in class org.apache.xerces.parsers.DTDParser
The separator between choices or sequences of a children content model.
childrenStartGroup() - Method in class org.apache.xerces.parsers.DTDParser
The start of a children group.
CHOICE - Static variable in class org.apache.xerces.impl.validation.models.SimpleContentModel
CHOICE
clear() - Method in class org.apache.xerces.util.XMLStringBuffer
Clears the string buffer.
clear() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ElementStack
Clears the stack without throwing away existing QName objects.
clear() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
Clears the entity.
clear() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Clears the entity.
clear() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Clears the entity.
clear() - Method in class org.apache.xerces.impl.validation.XMLAttributeDecl
clear
clear() - Method in class org.apache.xerces.impl.validation.XMLSimpleType
clear
clear() - Method in class org.apache.xerces.impl.validation.XMLContentSpec
Clears the values.
clear() - Method in class org.apache.xerces.impl.validation.XMLNotationDecl
clear
clear() - Method in class org.apache.xerces.impl.validation.XMLEntityDecl
clear
clear() - Method in class org.apache.xerces.impl.validation.XMLElementDecl
clear
clone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Clone.
clone() - Method in class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
Return a copy of this object.
clone() - Method in class org.apache.xerces.impl.validation.datatypes.NOTATIONDatatypeValidator
Returns a copy of this object.
clone() - Method in class org.apache.xerces.impl.validation.datatypes.NMTOKENDatatypeValidator
 
clone() - Method in class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
Returns a copy of this object.
clone() - Method in class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
Returns a copy of this object.
clone() - Method in class org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator
Returns a copy of this object.
clone() - Method in class org.apache.xerces.impl.validation.datatypes.StringDatatypeValidator
Returns a copy of this object.
cloneContent(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
cloneContent(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.AttributeMap
Override parent's method to set the ownerNode correctly
cloneContents() - Method in class org.apache.xerces.dom.RangeImpl
 
cloneMap(NodeImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
cloneMap(NodeImpl) - Method in class org.apache.xerces.dom.AttributeMap
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
cloneNode(boolean) - Method in class org.apache.xerces.dom.NodeImpl
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ChildNode
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ParentNode
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Replicate this object.
cloneNode(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(boolean) - Method in class org.apache.xerces.dom.EntityImpl
Clone node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementImpl
Return a duplicate copy of this Element.
cloneNode(boolean) - Method in class org.apache.xerces.dom.AttrImpl
 
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
Clones the node.
cloneNode(CoreDocumentImpl, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
internal method to share code with subclass
cloneRange() - Method in class org.apache.xerces.dom.RangeImpl
 
close() - Method in class org.apache.xerces.impl.io.UTF8Reader
Close the stream.
close() - Method in class org.apache.xerces.impl.io.ASCIIReader
Close the stream.
CMAny - class org.apache.xerces.impl.validation.models.CMAny.
Content model any node.
CMAny(int, String, int) - Constructor for class org.apache.xerces.impl.validation.models.CMAny
Constructs a content model any.
CMBinOp - class org.apache.xerces.impl.validation.models.CMBinOp.
Content model Bin-Op node.
CMBinOp(int, CMNode, CMNode) - Constructor for class org.apache.xerces.impl.validation.models.CMBinOp
 
CMLeaf - class org.apache.xerces.impl.validation.models.CMLeaf.
Content model leaf node.
CMLeaf(QName) - Constructor for class org.apache.xerces.impl.validation.models.CMLeaf
Constructs a content model leaf.
CMLeaf(QName, int) - Constructor for class org.apache.xerces.impl.validation.models.CMLeaf
Constructs a content model leaf.
CMNode - class org.apache.xerces.impl.validation.models.CMNode.
A content model node.
CMUniOp - class org.apache.xerces.impl.validation.models.CMUniOp.
Content model Uni-Op node.
CMUniOp(int, CMNode) - Constructor for class org.apache.xerces.impl.validation.models.CMUniOp
 
collapse(boolean) - Method in class org.apache.xerces.dom.RangeImpl
 
columnNumber - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Column number.
comment(XMLString) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A comment.
comment(XMLString) - Method in class org.apache.xerces.parsers.DTDParser
A comment.
comment(XMLString) - Method in class org.apache.xerces.parsers.AbstractDOMParser
A comment.
comment(XMLString) - Method in class org.apache.xerces.parsers.AbstractSAXParser
A comment.
comment(XMLString) - Method in class org.apache.xerces.impl.XMLDTDValidator
A comment.
comment(XMLString) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
A comment.
comment(XMLString) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
A comment.
CommentImpl - class org.apache.xerces.dom.CommentImpl.
Represents an XML (or HTML) comment.
CommentImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CommentImpl
Factory constructor.
compare(String, String) - Method in interface org.apache.xerces.impl.validation.DatatypeValidator
compare
compare(String, String) - Method in class org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
compare
compare(String, String) - Method in class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
REVISIT Compares two Datatype for order
compare(String, String) - Method in class org.apache.xerces.impl.validation.datatypes.NOTATIONDatatypeValidator
REVISIT Compares two Datatype for order
compare(String, String) - Method in class org.apache.xerces.impl.validation.datatypes.NMTOKENDatatypeValidator
 
compare(String, String) - Method in class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
 
compare(String, String) - Method in class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
REVISIT Compares two Datatype for order
compare(String, String) - Method in class org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator
REVISIT Compares two Datatype for order
compare(String, String) - Method in class org.apache.xerces.impl.validation.datatypes.StringDatatypeValidator
 
compareBoundaryPoints(short, Range) - Method in class org.apache.xerces.dom.RangeImpl
 
configurePipeline() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Configures the pipeline.
Constants - class org.apache.xerces.impl.Constants.
Commonly used constants.
containsGrammar(String) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
Returns true if the grammar pool contains a grammar associated to the specified key.
containsGrammar(String) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Returns true if the grammar pool contains a grammar associated to the specified key.
containsGrammar(String) - Method in class org.apache.xerces.impl.validation.GrammarPool
Returns true if the grammar pool contains a grammar associated to the specified root element name.
containsGrammarNS(String) - Method in class org.apache.xerces.impl.validation.GrammarPool
Returns true if the grammar pool contains a grammar associated to the specified target namespace.
containsSymbol(char[], int, int) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedSymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.xerces.util.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(String) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedSymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(String) - Method in class org.apache.xerces.util.SymbolTable
Returns true if the symbol table already contains the specified symbol.
contentModelValidator - Variable in class org.apache.xerces.impl.validation.XMLElementDecl
contentModelValidator
ContentModelValidator - interface org.apache.xerces.impl.validation.ContentModelValidator.
 
CONTENTS - Static variable in class org.apache.xerces.impl.msg.SchemaMessages
The list resource bundle contents.
CONTENTS - Static variable in class org.apache.xerces.impl.msg.DatatypeMessages
The list resource bundle contents.
CONTENTS - Static variable in class org.apache.xerces.impl.msg.ImplementationMessages
The list resource bundle contents.
CONTENTS - Static variable in class org.apache.xerces.impl.msg.ExceptionMessages
The list resource bundle contents.
CONTENTSPECNODE_ANY - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
Represents any namespace specified namespace.
CONTENTSPECNODE_ANY_LAX - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
prcessContent is 'lax'
CONTENTSPECNODE_ANY_LOCAL - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
Represents any local element (XML Schema: ##local).
CONTENTSPECNODE_ANY_LOCAL_LAX - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
 
CONTENTSPECNODE_ANY_LOCAL_SKIP - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
 
CONTENTSPECNODE_ANY_OTHER - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
Represents any other namespace (XML Schema: ##other).
CONTENTSPECNODE_ANY_OTHER_LAX - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
 
CONTENTSPECNODE_ANY_OTHER_SKIP - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
 
CONTENTSPECNODE_ANY_SKIP - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
processContent is 'skip'
CONTENTSPECNODE_CHOICE - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
Represents choice, '|'.
CONTENTSPECNODE_LEAF - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
Name or #PCDATA.
CONTENTSPECNODE_ONE_OR_MORE - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
Represents a one or more occurence count, '+'.
CONTENTSPECNODE_SEQ - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
Represents sequence, ','.
CONTENTSPECNODE_ZERO_OR_MORE - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
Represents a zero or more occurence count, '*'.
CONTENTSPECNODE_ZERO_OR_ONE - Static variable in class org.apache.xerces.impl.validation.XMLContentSpec
Represents a zero or one occurence count, '?'.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Continue after fatal error feature ("continue-after-fatal-error").
CoreDocumentImpl - class org.apache.xerces.dom.CoreDocumentImpl.
The Document interface represents the entire HTML or XML document.
CoreDocumentImpl() - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
CoreDocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
Constructor.
CoreDocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
For DOM2 support.
CoreDocumentImpl(DocumentType, boolean) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
For DOM2 support.
CoreDOMImplementationImpl - class org.apache.xerces.dom.CoreDOMImplementationImpl.
The DOMImplementation class is description of a particular implementation of the Document Object Model.
CoreDOMImplementationImpl() - Constructor for class org.apache.xerces.dom.CoreDOMImplementationImpl
 
count - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Count of characters in buffer.
CREATE_ENTITY_REF_NODES - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: create entity ref nodes.
CREATE_ENTITY_REF_NODES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Create entity reference nodes feature ("dom/create-entity-ref-nodes").
createAttribute(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates an Attribute having this Document as its OwnerDoc.
createAttributeDecl() - Method in class org.apache.xerces.impl.validation.Grammar
 
createAttributeNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2.
createCDATASection(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a CDATASection having this Document as its OwnerDoc.
createComment(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a Comment having this Document as its OwnerDoc.
createContentSpec() - Method in class org.apache.xerces.impl.validation.Grammar
 
createDatatypeValidator(String, DatatypeValidator, Hashtable, boolean) - Method in interface org.apache.xerces.impl.validation.DatatypeValidatorFactory
Create datatype validator.
createDatatypeValidator(String, DatatypeValidator, Hashtable, boolean) - Method in class org.apache.xerces.impl.validation.datatypes.DatatypeValidatorFactoryImpl
Create datatype validator.
createDatatypeValidatorFactory() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Create a datatype validator factory.
createDocument(String, String, DocumentType) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
Introduced in DOM Level 2.
createDocument(String, String, DocumentType) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDocumentFragment() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a DocumentFragment having this Document as its OwnerDoc.
createDocumentScanner() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Create a document scanner.
createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method; creates a DocumentType having this Document as its OwnerDoc.
createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
Introduced in DOM Level 2.
createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDOMParser() - Method in class org.apache.xerces.parsers.CachingParserPool
Creates a new DOM parser.
createDTDGrammar() - Method in class org.apache.xerces.impl.XMLDTDValidator
Factory method for creating a DTD grammar.
createDTDScanner() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Create a DTD scanner.
createDTDValidator() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Create a DTD validator.
createElement(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates an Element having this Document as its OwnerDoc.
createElementDecl() - Method in class org.apache.xerces.impl.validation.Grammar
 
createElementDefinition(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method: creates an element definition.
createElementNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2.
createEntity(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method; creates an Entity having this Document as its OwnerDoc.
createEntityDecl() - Method in class org.apache.xerces.impl.validation.Grammar
 
createEntityManager() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Creates an entity manager.
createEntityReference(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates an EntityReference having this Document as its OwnerDoc.
createErrorReporter() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Creates an error reporter.
createEvent(String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createNamespaceBinder() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Create a namespace binder.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Create and return a NodeIterator.
createNodeIterator(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a NodeIterator.
createNotation(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method; creates a Notation having this Document as its OwnerDoc.
createNotationDecl() - Method in class org.apache.xerces.impl.validation.Grammar
 
createProcessingInstruction(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a ProcessingInstruction having this Document as its OwnerDoc.
createRange() - Method in class org.apache.xerces.dom.DocumentImpl
 
createReader(InputStream, String) - Method in class org.apache.xerces.impl.XMLEntityManager
Creates a reader capable of reading the given input stream in the specified encoding.
createSAXParseException(XMLParseException) - Static method in class org.apache.xerces.util.ErrorHandlerWrapper
Creates a SAXParseException from an XMLParseException.
createSAXParser() - Method in class org.apache.xerces.parsers.CachingParserPool
Creates a new SAX parser.
createTextNode(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a Text node having this Document as its OwnerDoc.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Create and return a TreeWalker.
createTreeWalker(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a TreeWalker.
createXMLParseException(SAXParseException) - Static method in class org.apache.xerces.util.ErrorHandlerWrapper
Creates a XMLParseException from an SAXParseException.
CURRENT_ELEMENT_NODE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Current element node property ("dom/current-element-node").
currentTarget - Variable in class org.apache.xerces.dom.events.EventImpl
 

D

data - Variable in class org.apache.xerces.dom.CharacterDataImpl
 
DATATYPE_DOMAIN - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
The domain of messages concerning the XML Schema: Datatypes specification.
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.impl.XMLDTDValidator
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Datatype validator factory ("internal/datatype-validator-factory").
DatatypeMessageProvider - class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider.
 
DatatypeMessageProvider() - Constructor for class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
DatatypeMessages - class org.apache.xerces.impl.msg.DatatypeMessages.
This file contains error and warning messages for the schema datatype validator The messages are arranged in key and value tuples in a ListResourceBundle.
DatatypeMessages() - Constructor for class org.apache.xerces.impl.msg.DatatypeMessages
 
datatypeValidator - Variable in class org.apache.xerces.impl.validation.XMLSimpleType
datatypeValidator
DatatypeValidator - interface org.apache.xerces.impl.validation.DatatypeValidator.
 
DatatypeValidatorFactory - interface org.apache.xerces.impl.validation.DatatypeValidatorFactory.
 
DatatypeValidatorFactoryImpl - class org.apache.xerces.impl.validation.datatypes.DatatypeValidatorFactoryImpl.
This class implements a factory of Datatype Validators.
DatatypeValidatorFactoryImpl() - Constructor for class org.apache.xerces.impl.validation.datatypes.DatatypeValidatorFactoryImpl
 
DEBUG_ATTR_ENTITIES - Static variable in class org.apache.xerces.impl.XMLScanner
Debug attribute entities.
DEBUG_ATTR_NORMALIZATION - Static variable in class org.apache.xerces.impl.XMLScanner
Debug attribute normalization.
DECLARATION_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Declaration handler property ("declaration-handler").
declarePrefix(String, String) - Method in class org.apache.xerces.util.NamespaceSupport
Declare a Namespace prefix.
DeepNodeListImpl - class org.apache.xerces.dom.DeepNodeListImpl.
This class implements the DOM's NodeList behavior for Element.getElementsByTagName()
DeepNodeListImpl(NodeImpl, String) - Constructor for class org.apache.xerces.dom.DeepNodeListImpl
Constructor.
DeepNodeListImpl(NodeImpl, String, String) - Constructor for class org.apache.xerces.dom.DeepNodeListImpl
Constructor for Namespace support.
DEFAULT_ATTRIBUTE_VALUES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Default attribute values feature ("validation/default-attribute-values").
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.XMLEntityManager
Default buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.io.UTF8Reader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.xerces.impl.io.ASCIIReader
Default byte buffer size (2048).
DEFAULT_SHADOW_GRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.CachingParserPool
Default shadow grammar pool (false).
DEFAULT_SHADOW_SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.CachingParserPool
Default shadow symbol table (false).
DEFAULT_SIZE - Static variable in class org.apache.xerces.util.XMLStringBuffer
Default buffer size (32).
DEFAULT_TYPE_DEFAULT - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
DEFAULT_TYPE_DEFAULT
DEFAULT_TYPE_FIXED - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
DEFAULT_TYPE_FIXED
DEFAULT_TYPE_IMPLIED - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
DEFAULT_TYPE_IMPLIED
DEFAULT_TYPE_REQUIRED - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
DEFAULT_TYPE_REQUIRED
DefaultErrorHandler - class org.apache.xerces.util.DefaultErrorHandler.
Default error handler.
DefaultErrorHandler() - Constructor for class org.apache.xerces.util.DefaultErrorHandler
Constructs an error handler that prints error messages to System.err.
DefaultErrorHandler(PrintWriter) - Constructor for class org.apache.xerces.util.DefaultErrorHandler
Constructs an error handler that prints error messages to the specified PrintWriterdefaultType - Variable in class org.apache.xerces.impl.validation.XMLSimpleType
defaultType
defaultValue - Variable in class org.apache.xerces.impl.validation.XMLSimpleType
defaultValue
deleteContents() - Method in class org.apache.xerces.dom.RangeImpl
 
deleteData(int, int) - Method in class org.apache.xerces.dom.CharacterDataImpl
Remove a range of characters from the node's value.
detach() - Method in class org.apache.xerces.dom.RangeImpl
 
detach() - Method in class org.apache.xerces.dom.NodeIteratorImpl
 
DFAContentModel - class org.apache.xerces.impl.validation.models.DFAContentModel.
 
DFAContentModel(CMNode, int, boolean, boolean) - Constructor for class org.apache.xerces.impl.validation.models.DFAContentModel
Constructs a DFA content model.
dispatch(boolean) - Method in interface org.apache.xerces.impl.XMLDocumentScannerImpl.Dispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.PrologDispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.DTDDispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
Dispatch an XML "event".
dispatchAggregateEvents(NodeImpl, AttrImpl, String, short) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM INTERNAL: Generate the "aggregated" post-mutation events DOMAttrModified and DOMSubtreeModified.
dispatchAggregateEvents(NodeImpl, DocumentImpl.EnclosingAttr) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM INTERNAL: Convenience wrapper for calling dispatchAggregateEvents when the context was established by savedEnclosingAttr.
dispatchEvent(Event) - Method in class org.apache.xerces.dom.NodeImpl
 
dispatchEvent(NodeImpl, Event) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
dispatchEvent(NodeImpl, Event) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
dispatchEventToSubtree(NodeImpl, Node, Event) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM INTERNAL: DOMNodeInsertedIntoDocument and ...RemovedFrom...
docElement - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Document element.
docType - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Document type.
doctypeDecl(String, String, String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String) - Method in class org.apache.xerces.impl.XMLDTDValidator
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Notifies of the presence of the DOCTYPE line in the document.
DOCUMENT_CLASS_NAME_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Document class name property ("dom/document-class-name").
DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier document scanner:
DOCUMENT_SCANNER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Document scanner property ("internal/document-scanner").
DocumentBuilderFactoryImpl - class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.
 
DocumentBuilderFactoryImpl() - Constructor for class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
 
DocumentBuilderImpl - class org.apache.xerces.jaxp.DocumentBuilderImpl.
 
DocumentFragmentImpl - class org.apache.xerces.dom.DocumentFragmentImpl.
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentFragmentImpl() - Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
Constructor for serialization.
DocumentFragmentImpl(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
Factory constructor.
DocumentImpl - class org.apache.xerces.dom.DocumentImpl.
The Document interface represents the entire HTML or XML document.
DocumentImpl() - Constructor for class org.apache.xerces.dom.DocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
DocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.DocumentImpl
Constructor.
DocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.DocumentImpl
For DOM2 support.
DocumentImpl(DocumentType, boolean) - Constructor for class org.apache.xerces.dom.DocumentImpl
For DOM2 support.
DocumentTypeImpl - class org.apache.xerces.dom.DocumentTypeImpl.
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
DocumentTypeImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.DocumentTypeImpl
Factory method for creating a document type node.
DocumentTypeImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.DocumentTypeImpl
Factory method for creating a document type node.
DOM_ATTR_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_CHARACTER_DATA_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_INSERTED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_INSERTED_INTO_DOCUMENT - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
DOM node property ("dom-node").
DOM_NODE_REMOVED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_REMOVED_FROM_DOCUMENT - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_SUBTREE_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOMImplementationImpl - class org.apache.xerces.dom.DOMImplementationImpl.
The DOMImplementation class is description of a particular implementation of the Document Object Model.
DOMImplementationImpl() - Constructor for class org.apache.xerces.dom.DOMImplementationImpl
 
DOMParser - class org.apache.xerces.parsers.DOMParser.
This is the main Xerces DOM parser class.
DOMParser() - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the default basic parser configuration.
DOMParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified symbol table.
DOMParser(SymbolTable, GrammarPool) - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified symbol table and grammar pool.
DOMParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified parser configuration.
DTD_SCANNER - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: DTD scanner.
DTD_SCANNER - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Property identifier: DTD scanner.
DTD_SCANNER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
DTD scanner property ("internal/dtd-scanner").
DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: DTD validator.
DTD_VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Validator property ("internal/validator/dtd").
DTDGrammar - class org.apache.xerces.impl.validation.grammars.DTDGrammar.
A DTD grammar.
DTDGrammar(SymbolTable) - Constructor for class org.apache.xerces.impl.validation.grammars.DTDGrammar
Default constructor.
DTDParser - class org.apache.xerces.parsers.DTDParser.
 
DTDParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.DTDParser
 
DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.impl.XMLDTDValidator
Feature identifier: dynamic validation.
DYNAMIC_VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Dynamic validation feature ("validation/dynamic").

E

ELEMENT_DEFINITION_NODE - Static variable in class org.apache.xerces.dom.NodeImpl
Element definition node type.
element(String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Element.
element(String) - Method in class org.apache.xerces.impl.XMLDTDValidator
Element.
element(String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
A referenced element in a mixed or children content model.
elementDecl(String, String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An element declaration.
elementDecl(String, String) - Method in class org.apache.xerces.parsers.DTDParser
An element declaration.
elementDecl(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An element declaration.
elementDecl(String, String) - Method in class org.apache.xerces.impl.XMLDTDValidator
An element declaration.
elementDecl(String, String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
An element declaration.
ElementDefinitionImpl - class org.apache.xerces.dom.ElementDefinitionImpl.
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
ElementDefinitionImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementDefinitionImpl
Factory constructor.
ElementImpl - class org.apache.xerces.dom.ElementImpl.
Elements represent most of the "markup" and structure of the document.
ElementImpl() - Constructor for class org.apache.xerces.dom.ElementImpl
 
ElementImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementImpl
Factory constructor.
ElementNSImpl - class org.apache.xerces.dom.ElementNSImpl.
ElementNSImpl inherits from ElementImpl and adds namespace support.
ElementNSImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementNSImpl
 
ElementNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.ElementNSImpl
DOM2: Constructor for Namespace implementation.
elements - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Elements.
empty() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
EMPTY.
empty() - Method in class org.apache.xerces.impl.XMLDTDValidator
EMPTY.
empty() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
A content model of EMPTY.
emptyElement(QName, XMLAttributes) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An empty element.
emptyElement(QName, XMLAttributes) - Method in class org.apache.xerces.impl.XMLDTDValidator
An empty element.
emptyElement(QName, XMLAttributes) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
An empty element.
enableNS - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
encoding - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Experimental DOM Level 3 feature: Document encoding
encoding - Variable in class org.apache.xerces.dom.EntityImpl
Encoding
encoding - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Auto-detected encoding.
EncodingMap - class org.apache.xerces.util.EncodingMap.
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
EncodingMap() - Constructor for class org.apache.xerces.util.EncodingMap
Default constructor.
endAttlist() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of an attribute list.
endAttlist() - Method in class org.apache.xerces.parsers.DTDParser
The end of an attribute list.
endAttlist() - Method in class org.apache.xerces.impl.XMLDTDValidator
The end of an attribute list.
endAttlist() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The end of an attribute list.
endCDATA() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a CDATA section.
endCDATA() - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of a CDATA section.
endCDATA() - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of a CDATA section.
endCDATA() - Method in class org.apache.xerces.impl.XMLDTDValidator
The end of a CDATA section.
endCDATA() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The end of a CDATA section.
endConditional() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a conditional section.
endConditional() - Method in class org.apache.xerces.parsers.DTDParser
The end of a conditional section.
endConditional() - Method in class org.apache.xerces.impl.XMLDTDValidator
The end of a conditional section.
endConditional() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The end of a conditional section.
endContentModel() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
End content model.
endContentModel() - Method in class org.apache.xerces.parsers.DTDParser
The end of a content model.
endContentModel() - Method in class org.apache.xerces.impl.XMLDTDValidator
End content model.
endContentModel() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The end of a content model.
endDocument() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of the document.
endDocument() - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of the document.
endDocument() - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of the document.
endDocument() - Method in class org.apache.xerces.impl.XMLDTDValidator
The end of the document.
endDocument() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The end of the document.
endDTD() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of the DTD.
endDTD() - Method in class org.apache.xerces.parsers.DTDParser
The end of the DTD.
endDTD() - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of the DTD.
endDTD() - Method in class org.apache.xerces.impl.XMLDTDValidator
The end of the DTD.
endDTD() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The end of the DTD.
endElement(QName) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of an element.
endElement(QName) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of an element.
endElement(QName) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of an element.
endElement(QName) - Method in class org.apache.xerces.impl.XMLDTDValidator
The end of an element.
endElement(QName) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The end of an element.
endEntity() - Method in class org.apache.xerces.impl.XMLEntityManager
Ends an entity.
endEntity(String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xerces.parsers.DTDParser
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xerces.impl.XMLScanner
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xerces.impl.XMLDTDValidator
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
This method notifies the end of an entity.
endEntity(String) - Method in interface org.apache.xerces.impl.XMLEntityHandler
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
endEntity
endEntity(String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
This method notifies the end of an entity.
endExternalSubset() - Method in class org.apache.xerces.parsers.DTDParser
The end of the external subset.
endGroup() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
End group.
endGroup() - Method in class org.apache.xerces.impl.XMLDTDValidator
End group.
endGroup() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The end of a group for mixed or children content models.
endPrefixMapping(String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a namespace prefix mapping.
endPrefixMapping(String) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of a namespace prefix mapping.
endPrefixMapping(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of a namespace prefix mapping.
endPrefixMapping(String) - Method in class org.apache.xerces.impl.XMLDTDValidator
The end of a namespace prefix mapping.
endPrefixMapping(String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The end of a namespace prefix mapping.
ensureAttributeDeclCapacity(int) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Ensures storage for attribute declaration mappings.
ensureElementDeclCapacity(int) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Ensures storage for element declaration mappings.
entities - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Entities.
ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.XMLScanner
Property identifier: entity manager.
ENTITY_MANAGER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Entity manager property ("internal/entity-manager").
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XMLParser
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.XMLEntityManager
Property identifier: entity resolver.
ENTITY_RESOLVER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Entity resolver property ("internal/entity-resolver").
ENTITYDatatypeValidator - class org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator.
ENTITYDatatypeValidator implements the DatattypeValidator interface.
ENTITYDatatypeValidator() - Constructor for class org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator
 
ENTITYDatatypeValidator(DatatypeValidator, Hashtable, boolean) - Constructor for class org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator
 
EntityImpl - class org.apache.xerces.dom.EntityImpl.
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
EntityImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.EntityImpl
Factory constructor.
EntityReferenceImpl - class org.apache.xerces.dom.EntityReferenceImpl.
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
EntityReferenceImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.EntityReferenceImpl
Factory constructor.
EntityResolverWrapper - class org.apache.xerces.util.EntityResolverWrapper.
This class wraps a SAX entity resolver in an XNI entity resolver.
EntityResolverWrapper() - Constructor for class org.apache.xerces.util.EntityResolverWrapper
Default constructor.
EntityResolverWrapper(EntityResolver) - Constructor for class org.apache.xerces.util.EntityResolverWrapper
Wraps the specified SAX entity resolver.
enumeration - Variable in class org.apache.xerces.impl.validation.XMLSimpleType
enumeration
equals(Object) - Method in class org.apache.xerces.util.URI
Determines if the passed-in Object is equivalent to this URI.
equals(Object) - Method in class org.apache.xerces.impl.validation.XMLContentSpec
Returns true if the two objects are equal.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XMLParser
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Property identifier: error handler.
ERROR_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Error handler property ("internal/error-handler").
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLScanner
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLEntityManager
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLDTDValidator
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
Property identifier: error reporter.
ERROR_REPORTER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Error reporter property ("internal/error-reporter").
error(String, String, XMLParseException) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
Reports an error.
error(String, String, XMLParseException) - Method in class org.apache.xerces.util.DefaultErrorHandler
Error.
errorChecking - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Bypass error checking.
ErrorHandlerWrapper - class org.apache.xerces.util.ErrorHandlerWrapper.
This class wraps a SAX error handler in an XNI error handler.
ErrorHandlerWrapper() - Constructor for class org.apache.xerces.util.ErrorHandlerWrapper
Default constructor.
ErrorHandlerWrapper(ErrorHandler) - Constructor for class org.apache.xerces.util.ErrorHandlerWrapper
Wraps the specified SAX error handler.
EventImpl - class org.apache.xerces.dom.events.EventImpl.
EventImpl is an implementation of the basic "generic" DOM Level 2 Event object.
EventImpl() - Constructor for class org.apache.xerces.dom.events.EventImpl
 
eventListeners - Variable in class org.apache.xerces.dom.DocumentImpl
Table for event listeners registered to this document nodes.
eventPhase - Variable in class org.apache.xerces.dom.events.EventImpl
 
ExceptionMessages - class org.apache.xerces.impl.msg.ExceptionMessages.
This file contains error and warning messages to be localized The messages are arranged in key and value tuples in a ListResourceBundle.
ExceptionMessages() - Constructor for class org.apache.xerces.impl.msg.ExceptionMessages
 
ExceptionMessagesLocalizer - class org.apache.xerces.impl.msg.ExceptionMessagesLocalizer.
 
ExceptionMessagesLocalizer() - Constructor for class org.apache.xerces.impl.msg.ExceptionMessagesLocalizer
 
expandSystemId(String) - Static method in class org.apache.xerces.impl.XMLEntityManager
Expands a system id and returns the system id as a URI, if it can be expanded.
expandSystemId(String, String) - Static method in class org.apache.xerces.impl.XMLEntityManager
Expands a system id and returns the system id as a URI, if it can be expanded.
EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: external general entities.
EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.impl.XMLEntityManager
Feature identifier: external general entities.
EXTERNAL_GENERAL_ENTITIES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
External general entities feature ("external-general-entities ").
EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: external parameter entities.
EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.impl.XMLEntityManager
Feature identifier: external parameter entities.
EXTERNAL_PARAMETER_ENTITIES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
External parameter entities feature ("external-parameter-entities ").
externalEntityDecl(String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
An external entity declaration.
externalEntityDecl(String, String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An external entity declaration.
externalEntityDecl(String, String, String, String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An external entity declaration.
externalEntityDecl(String, String, String, String) - Method in class org.apache.xerces.impl.XMLDTDValidator
An external entity declaration.
externalEntityDecl(String, String, String, String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
An external entity declaration.
extractContents() - Method in class org.apache.xerces.dom.RangeImpl
 

F

FACET_DURATION - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_ENCODING - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_ENUMERATION - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_LENGTH - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_MAXEXCLUSIVE - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_MAXINCLUSIVE - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_MAXLENGTH - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_MINEXCLUSIVE - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_MININCLUSIVE - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_MINLENGTH - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_PATTERN - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_PERIOD - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_PRECISSION - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_SCALE - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FACET_WHITESPACE - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
FacetsInconsistent - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
fAllowJavaEncodings - Variable in class org.apache.xerces.impl.XMLEntityManager
Allow Java encoding names.
fAmpSymbol - Variable in class org.apache.xerces.impl.XMLScanner
Symbol: "amp".
fAposSymbol - Variable in class org.apache.xerces.impl.XMLScanner
Symbol: "apos".
fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
Report a fatal error.
fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.DefaultErrorHandler
Fatal error.
fAttributeDecl - Variable in class org.apache.xerces.impl.validation.Grammar
Temporary Attribute decl.
fAttributeEntityStack - Variable in class org.apache.xerces.impl.XMLScanner
Attribute entity stack.
fAttributeIndex - Variable in class org.apache.xerces.impl.XMLScanner.AttrEntityStack
The index of the attribute where to add entities.
fAttributeOffset - Variable in class org.apache.xerces.impl.XMLScanner
Attribute value offset.
fAttributes - Variable in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
XML attributes.
fAttributes - Variable in class org.apache.xerces.util.XMLAttributesImpl
Attribute information.
fAttributes - Variable in class org.apache.xerces.impl.XMLScanner.AttrEntityStack
Attributes.
fBuckets - Variable in class org.apache.xerces.util.SymbolTable
Buckets.
fBuffer - Variable in class org.apache.xerces.impl.io.UTF8Reader
Byte buffer.
fBuffer - Variable in class org.apache.xerces.impl.io.ASCIIReader
Byte buffer.
fBufferSize - Variable in class org.apache.xerces.impl.XMLEntityManager
Buffer size.
fCachedChild - Variable in class org.apache.xerces.dom.ParentNode
Last requested node.
fCachedChildIndex - Variable in class org.apache.xerces.dom.ParentNode
Last requested node index.
fCachedLength - Variable in class org.apache.xerces.dom.ParentNode
Cached node list length.
fCharRefLiteral - Variable in class org.apache.xerces.impl.XMLScanner
Literal value of the last character refence scanned.
fComponents - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Components.
fConfiguration - Variable in class org.apache.xerces.parsers.XMLParser
The parser configuration.
fContentDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Content dispatcher.
fContentHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Content handler.
fContext - Variable in class org.apache.xerces.util.NamespaceSupport
Context indexes.
fContinueAfterFatalError - Variable in class org.apache.xerces.impl.XMLErrorReporter
Continue after fatal error feature.
fCreateEntityRefNodes - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Create entity reference nodes.
fCurrentAttributeIndex - Variable in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Current attribute index.
fCurrentContext - Variable in class org.apache.xerces.util.NamespaceSupport
The current context.
fCurrentElement - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Current element.
fCurrentElementIndex - Variable in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Current element index.
fCurrentEntity - Variable in class org.apache.xerces.impl.XMLEntityManager
Current entity.
fCurrentNode - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Current node.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XMLGrammarParser
fDatatypeValidatorFactory
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.impl.XMLDTDValidator
Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Datatype validator factory.
fDeclHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Decl handler.
fDefaultErrorHandler - Variable in class org.apache.xerces.impl.XMLErrorReporter
Default error handler.
fDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Active dispatcher.
fDoctypeName - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Doctype name.
fDoctypePublicId - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Doctype declaration public identifier.
fDoctypeSystemId - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Doctype declaration system identifier.
fDocument - Variable in class org.apache.xerces.parsers.AbstractDOMParser
The document.
fDocumentHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
The document handler.
fDocumentHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Document handler.
fDocumentHandler - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Document handler.
fDocumentHandler - Variable in class org.apache.xerces.impl.XMLDTDValidator
Document handler.
fDocumentHandler - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Document handler.
fDocumentImpl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
The default Xerces document implementation, if used.
fDocumentSystemId - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Document system identifier.
fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
The DTD content model handler.
fDTDContentModelHandler - Variable in class org.apache.xerces.impl.XMLDTDValidator
DTD content model handler.
fDTDContentModelHandler - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
DTD content model handler.
fDTDDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
DTD dispatcher.
fDTDGrammar - Variable in class org.apache.xerces.impl.XMLDTDValidator
DTD Grammar.
fDTDHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
The DTD handler.
fDTDHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
DTD handler.
fDTDHandler - Variable in class org.apache.xerces.impl.XMLDTDValidator
DTD handler.
fDTDHandler - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
DTD handler.
fDTDScanner - Variable in class org.apache.xerces.parsers.DTDParser
fDTDScanner
fDTDScanner - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
DTD scanner.
fDTDScanner - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
DTD scanner.
fDTDValidator - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
DTD Validator.
fDynamicValidation - Variable in class org.apache.xerces.impl.XMLDTDValidator
Dynamic validation.
fElements - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl.ElementStack
The stack data.
fElementStack - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Element stack.
fEncodingSymbol - Variable in class org.apache.xerces.impl.XMLScanner
Symbol: "encoding".
fEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
Entities.
fEntityDepth - Variable in class org.apache.xerces.impl.XMLScanner
Entity depth.
fEntityHandler - Variable in class org.apache.xerces.impl.XMLEntityManager
Entity handler.
fEntityIndexes - Variable in class org.apache.xerces.impl.XMLScanner.AttrEntityStack
The entity indexes on the stack.
fEntityManager - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
Entity manager.
fEntityManager - Variable in class org.apache.xerces.impl.XMLScanner
Entity manager.
fEntityResolver - Variable in class org.apache.xerces.util.EntityResolverWrapper
The SAX entity resolver.
fEntityResolver - Variable in class org.apache.xerces.impl.XMLEntityManager
Entity resolver.
fEntityScanner - Variable in class org.apache.xerces.impl.XMLScanner
Entity scanner.
fEntityScanner - Variable in class org.apache.xerces.impl.XMLEntityManager
Entity scanner.
fEntityStack - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Entity stack.
fEntityStack - Variable in class org.apache.xerces.impl.XMLEntityManager
Entity stack.
fErrorHandler - Variable in class org.apache.xerces.util.ErrorHandlerWrapper
The SAX error handler.
fErrorHandler - Variable in class org.apache.xerces.impl.XMLErrorReporter
Error handler.
fErrorReporter - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.XMLScanner
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.XMLEntityManager
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.XMLDTDValidator
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Error reporter.
fExternalGeneralEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
External general entities.
fExternalParameterEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
External parameter entities.
fFacets - Variable in class org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
fFacets
fFeatures - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Features.
fgBaseTypes - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeValidatorFactoryImpl
 
fgMessageKeys - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
fGrammarPool - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
Grammar pool.
fGrammarPool - Variable in class org.apache.xerces.impl.XMLDTDValidator
Grammar pool.
fGrammars - Variable in class org.apache.xerces.impl.validation.GrammarPool
Grammars associated with element root name.
fGrammarsNS - Variable in class org.apache.xerces.impl.validation.GrammarPool
Grammars associated with namespaces.
fgRegistryExpanded - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeValidatorFactoryImpl
 
fGtSymbol - Variable in class org.apache.xerces.impl.XMLScanner
Symbol: "gt".
fHasExternalDTD - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
has external dtd
fIANA2JavaMap - Static variable in class org.apache.xerces.util.EncodingMap
fIANA2JavaMap
fInCDATASection - Variable in class org.apache.xerces.parsers.AbstractDOMParser
True if inside CDATA section.
fIncludeIgnorableWhitespace - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Include ignorable whitespace.
findNamePoint(String, int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Subroutine: Locate the named item, or the point at which said item should be added.
findNamePoint(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
This findNamePoint is for DOM Level 2 Namespaces.
fInDocument - Variable in class org.apache.xerces.parsers.AbstractDOMParser
True if inside document.
fInDTD - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
True if inside DTD.
fInDTD - Variable in class org.apache.xerces.impl.XMLDTDValidator
True if currently in the DTD.
fInDTDIgnore - Variable in class org.apache.xerces.impl.XMLDTDValidator
True if in an ignore conditional section of the DTD.
fInputStream - Variable in class org.apache.xerces.impl.io.UTF8Reader
Input stream.
fInputStream - Variable in class org.apache.xerces.impl.io.ASCIIReader
Input stream.
firstChild - Variable in class org.apache.xerces.dom.ParentNode
First child.
FIRSTCHILD - Static variable in class org.apache.xerces.dom.NodeImpl
 
firstChild() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the first child Node from the current node, after applying filter, whatToshow.
fixURI(String) - Static method in class org.apache.xerces.impl.XMLEntityManager
Fixes a platform dependent filename to standard URI form.
fJava2IANAMap - Static variable in class org.apache.xerces.util.EncodingMap
fJava2IANAMap
flags - Variable in class org.apache.xerces.dom.NodeImpl
 
flags - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
fLength - Variable in class org.apache.xerces.util.XMLAttributesImpl
Attribute count.
fLexicalHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Lexical handler.
fLoadExternalDTD - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Load external DTD.
fLocale - Variable in class org.apache.xerces.impl.XMLErrorReporter
The locale to be used to format error messages.
fLocator - Variable in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
XML locator.
fLocator - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
Locator
fLocator - Variable in class org.apache.xerces.impl.XMLErrorReporter
Document locator.
fLtSymbol - Variable in class org.apache.xerces.impl.XMLScanner
Symbol: "lt".
fMarkupDepth - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Markup depth.
fMessageFormatters - Variable in class org.apache.xerces.impl.XMLErrorReporter
Mapping of Message formatters for domains.
fNamespace - Variable in class org.apache.xerces.util.NamespaceSupport
Namespace binding information.
fNamespaceBinder - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
Namespace binder.
fNamespacePrefixes - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Namespace prefixes.
fNamespaces - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Namespaces.
fNamespaces - Variable in class org.apache.xerces.util.XMLAttributesImpl
Namespaces.
fNamespaces - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Namespaces.
fNamespaces - Variable in class org.apache.xerces.impl.XMLDTDValidator
Namespaces.
fNamespaces - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Namespaces.
fNamespaceSize - Variable in class org.apache.xerces.util.NamespaceSupport
The top of the namespace information array.
fNamespaceSupport - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Namespace support.
fNotifyBuiltInRefs - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Notify built-in references.
fNotifyCharRefs - Variable in class org.apache.xerces.impl.XMLScanner
Character references notification.
fOffset - Variable in class org.apache.xerces.impl.io.UTF8Reader
Offset into buffer.
fOnlyPassPrefixMappingEvents - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Only pass start and end prefix mapping events.
formatMessage(Locale, String, Object[]) - Method in interface org.apache.xerces.util.MessageFormatter
Formats a message with the specified arguments using the given locale information.
formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.impl.msg.XMLMessageFormatter
Formats a message with the specified arguments using the given locale information.
formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
fOut - Variable in class org.apache.xerces.util.DefaultErrorHandler
Print writer.
fParseInProgress - Variable in class org.apache.xerces.parsers.AbstractSAXParser
True if a parse is in progress.
fParseInProgress - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
True if a parse is in progress.
fPrologDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Prolog dispatcher.
fProperties - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Properties.
fQName - Variable in class org.apache.xerces.parsers.AbstractSAXParser
 
fQuotSymbol - Variable in class org.apache.xerces.impl.XMLScanner
Symbol: "quot".
fReadingExternalDTD - Variable in class org.apache.xerces.impl.validation.grammars.DTDGrammar
fReadingExternalDTD
fRecognizedFeatures - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Recognized features.
fRecognizedProperties - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Recognized properties.
fScanner - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
Document scanner.
fScannerState - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state.
fScannerState - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Scanner state.
fScanningAttribute - Variable in class org.apache.xerces.impl.XMLScanner
Scanning attribute.
fScanningDTD - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanning DTD.
fSeenDoctypeDecl - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Seen doctype declaration.
fSeenExternalDTD - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Seen external DTD.
fSeenExternalPE - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Seen external parameter entity.
fShadowGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool
Shadow the grammar pool for new parser instances.
fShadowSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool
Shadow the symbol table for new parser instances.
fSize - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl.ElementStack
The size of the stack.
fSize - Variable in class org.apache.xerces.impl.XMLScanner.AttrEntityStack
The size of the stack.
fStandalone - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Standalone.
fStandalone - Variable in class org.apache.xerces.impl.XMLEntityManager
True if the document entity is standalone.
fStandalone - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Standalone.
fStandaloneSymbol - Variable in class org.apache.xerces.impl.XMLScanner
Symbol: "standalone".
fString - Variable in class org.apache.xerces.impl.XMLScanner
String.
fStringBuffer - Variable in class org.apache.xerces.impl.XMLScanner
String buffer.
fStringBuffer2 - Variable in class org.apache.xerces.impl.XMLScanner
String buffer.
fStrings - Variable in class org.apache.xerces.impl.XMLScanner
Array of 3 strings.
fSymbolTable - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool.SynchronizedSymbolTable
Main symbol table.
fSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool.ShadowedSymbolTable
Main symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.XMLScanner
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.XMLEntityManager
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.XMLDTDValidator
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
Symbol table.
fSynchronizedGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool
Grammar pool.
fSynchronizedSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool
Symbol table.
fTrailingMiscDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Trailing miscellaneous section dispatcher.
fUserDefinedTypes - Variable in class org.apache.xerces.impl.validation.datatypes.DatatypeValidatorFactoryImpl
 
fValidation - Variable in class org.apache.xerces.impl.XMLScanner
Validation.
fValidation - Variable in class org.apache.xerces.impl.XMLEntityManager
Validation.
fValidation - Variable in class org.apache.xerces.impl.XMLDTDValidator
Validation.
fVersion - Static variable in class org.apache.xerces.impl.Version
Version string.
fVersionSymbol - Variable in class org.apache.xerces.impl.XMLScanner
Symbol: "version".
fXMLDeclDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
XML declaration dispatcher.
fXmlnsSymbol - Variable in class org.apache.xerces.util.NamespaceSupport
Symbol: "xmlns".
fXmlSymbol - Variable in class org.apache.xerces.util.NamespaceSupport
Symbol: "xml".

G

get(int, String, String) - Method in class org.apache.xerces.impl.validation.Grammar.TupleHashtable
Returns the value associated with the specified key tuple.
getAttrChange() - Method in class org.apache.xerces.dom.events.MutationEventImpl
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttribute(String) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
Look up a single Attribute by name.
getAttributeDecl(int, XMLAttributeDecl) - Method in class org.apache.xerces.impl.validation.Grammar
getAttributeDecl
getAttributeDeclIndex(int, String) - Method in class org.apache.xerces.impl.validation.Grammar
getAttributeDeclIndex
getAttributeDeclIndex(int, String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
 
getAttributeDeclIsExternal(int) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Returns true if the specified attribute declaration is external.
getAttributeNode(String) - Method in class org.apache.xerces.dom.ElementImpl
Look up a single Attribute by name.
getAttributeNodeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
getAttributes() - Method in class org.apache.xerces.dom.NodeImpl
Return the collection of attributes associated with this node, or null if none.
getAttributes() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Query the attributes defined on this Element.
getAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Retrieve all the Attributes as a set.
getAttrName() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getBaseSystemId() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the base system identifier of the currently scanned entity, or null if none is available.
getBaseSystemId() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Returns the base system identifier of the currently scanned entity, or null if none is available.
getBubbles() - Method in class org.apache.xerces.dom.events.EventImpl
 
getCancelable() - Method in class org.apache.xerces.dom.events.EventImpl
 
getChildNodes() - Method in class org.apache.xerces.dom.NodeImpl
Obtain a NodeList enumerating all children of this node.
getChildNodes() - Method in class org.apache.xerces.dom.ParentNode
Obtain a NodeList enumerating all children of this node.
getChildNodes() - Method in class org.apache.xerces.dom.CharacterDataImpl
Returns an empty node list.
getChildNodes() - Method in class org.apache.xerces.dom.AttrImpl
Obtain a NodeList enumerating all children of this node.
getChildNodes() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Perform synchronize() before accessing children.
getChildNodesUnoptimized() - Method in class org.apache.xerces.dom.ParentNode
Create a NodeList to access children that is use by subclass elements that have methods named getLength() or item(int).
getCollapsed() - Method in class org.apache.xerces.dom.RangeImpl
 
getColumnNumber() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
Column number.
getColumnNumber() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Return the column number where the current document event ends.
getCommonAncestorContainer() - Method in class org.apache.xerces.dom.RangeImpl
 
getContentHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current content handler.
getContents() - Method in class org.apache.xerces.impl.msg.SchemaMessages
Returns the list resource bundle contents.
getContents() - Method in class org.apache.xerces.impl.msg.DatatypeMessages
Returns the list resource bundle contents.
getContents() - Method in class org.apache.xerces.impl.msg.ImplementationMessages
Returns the list resource bundle contents.
getContents() - Method in class org.apache.xerces.impl.msg.ExceptionMessages
Returns the list resource bundle contents.
getContentSpec(int, XMLContentSpec) - Method in interface org.apache.xerces.impl.validation.XMLContentSpec.Provider
Fills in the provided content spec structure with content spec information for a unique identifier.
getContentSpec(int, XMLContentSpec) - Method in class org.apache.xerces.impl.validation.Grammar
getContentSpec
getContentSpecAsString(int) - Method in class org.apache.xerces.impl.validation.Grammar
getContentSpecAsString
getCurrentNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the current Node.
getCurrentTarget() - Method in class org.apache.xerces.dom.events.EventImpl
 
getData() - Method in class org.apache.xerces.dom.CharacterDataImpl
Retrieve character data currently stored in this node.
getData() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
A PI's data content tells the processor what we actually want it to do.
getDatatypeValidator(String) - Method in class org.apache.xerces.impl.validation.datatypes.DatatypeValidatorFactoryImpl
 
getDeclaredPrefixAt(int) - Method in class org.apache.xerces.util.NamespaceSupport
Returns the prefix at the specified index in the current context.
getDeclaredPrefixCount() - Method in class org.apache.xerces.util.NamespaceSupport
Return a count of all prefixes currently declared, including the default prefix if bound.
getDeclHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Returns the DTD declaration event handler.
getDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Get the default attributes.
getDispatcherName(XMLDocumentScannerImpl.Dispatcher) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Returns the dispatcher name.
getDoctype() - Method in class org.apache.xerces.dom.CoreDocumentImpl
For XML, this provides access to the Document Type Definition.
getDocument() - Method in class org.apache.xerces.parsers.AbstractDOMParser
Returns the DOM document object.
getDocumentElement() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Convenience method, allowing direct access to the child node which is considered the root of the actual document content.
getDOMImplementation() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
getDOMImplementation() - Static method in class org.apache.xerces.dom.CoreDOMImplementationImpl
NON-DOM: Obtain and return the single shared object
getDOMImplementation() - Static method in class org.apache.xerces.dom.DOMImplementationImpl
NON-DOM: Obtain and return the single shared object
getDTDGrammar() - Method in class org.apache.xerces.parsers.DTDParser
getDTDGrammar
getDTDHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current DTD handler.
getElement() - Method in class org.apache.xerces.dom.AttrImpl
Deprecated. Previous working draft of DOM Level 2. New method is getOwnerElement().
getElementById(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2 Returns the Element whose ID is given by elementId.
getElementContentModelValidator(int) - Method in class org.apache.xerces.impl.validation.Grammar
getElementContentModelValidator
getElementDecl(int, XMLElementDecl) - Method in class org.apache.xerces.impl.validation.Grammar
getElementDecl
getElementDeclIndex(QName, int) - Method in class org.apache.xerces.impl.validation.Grammar
getElementDeclIndex
getElementDeclIndex(QName, int) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Returns the element decl index.
getElementDeclIndex(String, int) - Method in class org.apache.xerces.impl.validation.Grammar
getElementDeclIndex
getElementDeclIsExternal(int) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Returns true if the specified element declaration is external.
getElements() - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM: Access the collection of ElementDefinitions.
getElementsByTagName(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Return a live collection of all descendent Elements (not just immediate children) having the specified tag name.
getElementsByTagName(String) - Method in class org.apache.xerces.dom.ElementImpl
Returns a NodeList of all descendent nodes (children, grandchildren, and so on) which are Elements and which have the specified tag name.
getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2.
getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
getEncoding() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
getEncoding() - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 3 WD - experimental the encoding of this entity, when it is an external parsed entity.
getEncodingName(byte[], int) - Method in class org.apache.xerces.impl.XMLEntityManager
Returns the IANA encoding name that is auto-detected from the bytes specified.
getEndContainer() - Method in class org.apache.xerces.dom.RangeImpl
 
getEndOffset() - Method in class org.apache.xerces.dom.RangeImpl
 
getEntities() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Access the collection of general Entities, both external and internal, defined in the DTD.
getEntityCount(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns the number of entities for the specified attribute.
getEntityDecl(int, XMLEntityDecl) - Method in class org.apache.xerces.impl.validation.Grammar
getEntityDecl
getEntityDeclIndex(String) - Method in class org.apache.xerces.impl.validation.Grammar
getEntityDeclIndex
getEntityLength(int, int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns the length of the entity of a given attribute.
getEntityName(int, int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns the name of the entity of a given attribute.
getEntityOffset(int, int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns the offset of the entity of a given attribute.
getEntityResolver() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.DOMParser
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.util.EntityResolverWrapper
Returns the SAX entity resolver.
getEntityScanner() - Method in class org.apache.xerces.impl.XMLEntityManager
Returns the entity scanner.
getErrorChecking() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns true if the DOM implementation performs error checking.
getErrorHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.parsers.DOMParser
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.util.ErrorHandlerWrapper
Returns the SAX error handler.
getEventListeners(NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
Retreive event listener registered on a given node
getEventPhase() - Method in class org.apache.xerces.dom.events.EventImpl
 
getExpandEntityReferences() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return whether children entity references are included in the iterator.
getExpandEntityReferences() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return whether children entity references are included in the iterator.
getFacets() - Method in interface org.apache.xerces.impl.validation.DatatypeValidator
getFacets
getFacets() - Method in class org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
getFacets
getFacets() - Method in class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
 
getFacets() - Method in class org.apache.xerces.impl.validation.datatypes.NOTATIONDatatypeValidator
 
getFacets() - Method in class org.apache.xerces.impl.validation.datatypes.NMTOKENDatatypeValidator
 
getFacets() - Method in class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
 
getFacets() - Method in class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
 
getFacets() - Method in class org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator
 
getFacets() - Method in class org.apache.xerces.impl.validation.datatypes.StringDatatypeValidator
 
getFeature(String) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getFeature(String) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Returns the state of a feature.
getFeature(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Query the state of a feature.
getFeature(String) - Method in class org.apache.xerces.parsers.DOMParser
Query the state of a feature.
getFilter() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the NodeFilter
getFilter() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the filter
getFirstAttributeDeclIndex(int) - Method in class org.apache.xerces.impl.validation.Grammar
getFirstAttributeDeclIndex
getFirstChild() - Method in class org.apache.xerces.dom.NodeImpl
The first child of this Node, or null if none.
getFirstChild() - Method in class org.apache.xerces.dom.ParentNode
The first child of this Node, or null if none.
getFirstChild() - Method in class org.apache.xerces.dom.AttrImpl
The first child of this Node, or null if none.
getFirstChild() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Perform synchronize() before accessing children.
getFirstElementDeclIndex() - Method in class org.apache.xerces.impl.validation.Grammar
Returns the index of the first element declaration.
getFirstEntityDeclIndex() - Method in class org.apache.xerces.impl.validation.Grammar
getFirstEntityDeclIndex
getFirstNotationDeclIndex() - Method in class org.apache.xerces.impl.validation.Grammar
getFirstNotationDeclIndex
getFragment() - Method in class org.apache.xerces.util.URI
Get the fragment for this URI.
getGrammar(String) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
Returns the grammar associated to the specified key.
getGrammar(String) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Returns the grammar associated to the specified key.
getGrammar(String) - Method in class org.apache.xerces.impl.validation.GrammarPool
Returns the grammar associated to the specified root element name.
getGrammarNS(String) - Method in class org.apache.xerces.impl.validation.GrammarPool
Returns the grammar associated to the specified target namespace.
getGrammarPool() - Method in class org.apache.xerces.parsers.CachingParserPool
Returns the grammar pool.
getHost() - Method in class org.apache.xerces.util.URI
Get the host for this URI.
getIANA2JavaMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
Returns the Java encoding name for the specified IANA encoding name.
getIdentifier(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns a previously registered element with the specified identifier name, or null if no element is registered.
getIdentifiers() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns an enumeration registered of identifier names.
getImplementation() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Retrieve information describing the abilities of this particular DOM implementation.
getImplementation() - Method in class org.apache.xerces.dom.DocumentImpl
Retrieve information describing the abilities of this particular DOM implementation.
getIndex(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getIndex(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getIndex(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up the index of an attribute by Namespace name.
getInternalStateInformation() - Method in class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
This method is unique to IDDatatypeValidator.
getInternalStateInformation() - Method in class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
This method returns some internal state of a statefull validator
getInternalStateInformation() - Method in interface org.apache.xerces.impl.validation.datatypes.StatefullDatatypeValidator
 
getInternalStateInformation() - Method in class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
A no-op method in this validator
getInternalStateInformation() - Method in class org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator
A no-op method in this validator
getInternalSubset() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getJava2IANAMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
Returns the IANA encoding name for the specified Java encoding name.
getKeyIntoReporter() - Method in class org.apache.xerces.impl.validation.InvalidDatatypeValueException
 
getLastChild() - Method in class org.apache.xerces.dom.NodeImpl
The first child of this Node, or null if none.
getLastChild() - Method in class org.apache.xerces.dom.ParentNode
The last child of this Node, or null if none.
getLastChild() - Method in class org.apache.xerces.dom.AttrImpl
The last child of this Node, or null if none.
getLastChild() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Perform synchronize() before accessing children.
getLength() - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getLength() - Method in class org.apache.xerces.util.XMLAttributesImpl
Return the number of attributes in the list.
getLength() - Method in class org.apache.xerces.dom.NodeImpl
NodeList method: Count the immediate children of this node
getLength() - Method in class org.apache.xerces.dom.DeepNodeListImpl
Returns the length of the node list.
getLength() - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Report how many nodes are currently stored in this NamedNodeMap.
getLength() - Method in class org.apache.xerces.dom.ParentNode
NodeList method: Count the immediate children of this node
getLength() - Method in class org.apache.xerces.dom.CharacterDataImpl
Report number of characters currently stored in this node's data.
getLength() - Method in class org.apache.xerces.dom.AttrImpl
NodeList method: Count the immediate children of this node
getLength() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Query the number of children in the entity definition.
getLexicalHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Returns the lexical handler.
getLineNumber() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
Line number.
getLineNumber() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Return the line number where the current document event ends.
getLocale() - Method in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
get the local used for error messages
getLocalName() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getLocalName() - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
getLocalName() - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
getLocalName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getLocalName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's local name by index.
getMajorCode() - Method in class org.apache.xerces.impl.validation.InvalidDatatypeValueException
 
getMessageFormatter(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
Returns the message formatter associated with the specified domain, or null if no message formatter is registered for that domain.
getMinorCode() - Method in class org.apache.xerces.impl.validation.InvalidDatatypeValueException
 
getName() - Method in class org.apache.xerces.dom.AttrImpl
In Attributes, NodeName is considered a synonym for the attribute's Name
getName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Name of this document type.
getName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Return the name of an attribute in this list (by position).
getName(int, QName) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the fields in the given QName structure with the values of the attribute name at the specified index.
getNamedItem(String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Retrieve a node by name.
getNamedItemNS(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
getNewValue() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getNextAttributeDeclIndex(int) - Method in class org.apache.xerces.impl.validation.Grammar
getNextAttributeDeclIndex
getNextElementDeclIndex(int) - Method in class org.apache.xerces.impl.validation.Grammar
Returns the next index of the element declaration following the specified element declaration.
getNextEntityDeclIndex(int) - Method in class org.apache.xerces.impl.validation.Grammar
getNextEntityDeclIndex
getNextNotationDeclIndex(int) - Method in class org.apache.xerces.impl.validation.Grammar
getNextNotationDeclIndex
getNextSibling() - Method in class org.apache.xerces.dom.NodeImpl
The next child of this node's parent, or null if none
getNextSibling() - Method in class org.apache.xerces.dom.ChildNode
The next child of this node's parent, or null if none
getNodeName() - Method in class org.apache.xerces.dom.NodeImpl
the name of this node.
getNodeName() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.CommentImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Returns the element definition name
getNodeName() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.TextImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
Returns the target
getNodeName() - Method in class org.apache.xerces.dom.NotationImpl
Returns the notation name
getNodeName() - Method in class org.apache.xerces.dom.CDATASectionImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.EntityImpl
Returns the entity name
getNodeName() - Method in class org.apache.xerces.dom.ElementImpl
Returns the element name
getNodeName() - Method in class org.apache.xerces.dom.AttrImpl
Returns the attribute name
getNodeName() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Returns the name of the entity referenced
getNodeName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Returns the document type name
getNodeType() - Method in class org.apache.xerces.dom.NodeImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.CommentImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Returns the node type.
getNodeType() - Method in class org.apache.xerces.dom.TextImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.NotationImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.CDATASectionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.EntityImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.ElementImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.AttrImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.EntityReferenceImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.DocumentTypeImpl
A short integer indicating what type of node this is.
getNodeValue() - Method in class org.apache.xerces.dom.NodeImpl
Returns the node value.
getNodeValue() - Method in class org.apache.xerces.dom.CharacterDataImpl
 
getNodeValue() - Method in class org.apache.xerces.dom.AttrImpl
In Attribute objects, NodeValue is considered a synonym for Value.
getNonNormalizedValue(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns the non-normalized value of the attribute at the specified index.
getNotationDecl(int, XMLNotationDecl) - Method in class org.apache.xerces.impl.validation.Grammar
getNotationDecl
getNotationDeclIndex(String) - Method in class org.apache.xerces.impl.validation.Grammar
getNotationDeclIndex
getNotationName() - Method in class org.apache.xerces.dom.EntityImpl
Unparsed entities -- which contain non-XML data -- have a "notation name" which tells applications how to deal with them.
getNotations() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Access the collection of Notations defined in the DTD.
getOnlyPassPrefixMappingEvents() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Returns true if the namespace binder only passes the prefix mapping events to the registered document handler; false if the namespace binder passes all document events.
getOwnerDocument() - Method in class org.apache.xerces.dom.NodeImpl
Find the Document that this Node belongs to (the document in whose context the Node was created).
getOwnerDocument() - Method in class org.apache.xerces.dom.ParentNode
Find the Document that this Node belongs to (the document in whose context the Node was created).
getOwnerDocument() - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
getOwnerElement() - Method in class org.apache.xerces.dom.AttrImpl
Returns the element node that this attribute is associated with, or null if the attribute has not been added to an element.
getParentContext() - Method in class org.apache.xerces.util.NamespaceSupport
Returns the parent namespace context or null if there is no parent context.
getParentNode() - Method in class org.apache.xerces.dom.NodeImpl
Obtain the DOM-tree parent of this node, or null if it is not currently active in the DOM tree (perhaps because it has just been created or removed).
getParentNode() - Method in class org.apache.xerces.dom.ChildNode
Returns the parent node of this node
getParser() - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
getPath() - Method in class org.apache.xerces.util.URI
Get the path for this URI.
getPath(boolean, boolean) - Method in class org.apache.xerces.util.URI
Get the path for this URI (optionally with the query string and fragment).
getPort() - Method in class org.apache.xerces.util.URI
Get the port for this URI.
getPrefix() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getPrefix() - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
getPrefix() - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
getPreviousSibling() - Method in class org.apache.xerces.dom.NodeImpl
The previous child of this node's parent, or null if none
getPreviousSibling() - Method in class org.apache.xerces.dom.ChildNode
The previous child of this node's parent, or null if none
getPrevValue() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getProperty(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl
returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getProperty(String) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Returns the value of a property.
getProperty(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Query the value of a property.
getProperty(String) - Method in class org.apache.xerces.parsers.DOMParser
Query the value of a property.
getPublicId() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
Public identifier.
getPublicId() - Method in class org.apache.xerces.dom.NotationImpl
The Public Identifier for this Notation.
getPublicId() - Method in class org.apache.xerces.dom.EntityImpl
The public identifier associated with the entity.
getPublicId() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getPublicId() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Return the public identifier for the current document event.
getQName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getQName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's XML 1.0 qualified name by index.
getQueryString() - Method in class org.apache.xerces.util.URI
Get the query string for this URI.
getReader() - Method in class org.apache.xerces.impl.XMLEntityManager.OneCharReader
Returns the original reader.
getReadOnly() - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: Returns true if this node is read-only.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLErrorReporter
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLEntityManager
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDTDValidator
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Returns a list of feature identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLErrorReporter
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLEntityManager
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDTDValidator
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Returns a list of property identifiers that are recognized by this component.
getRelatedNode() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getRoot() - Method in class org.apache.xerces.dom.TreeWalkerImpl
 
getRoot() - Method in class org.apache.xerces.dom.NodeIteratorImpl
 
getSAXFeatures() - Static method in class org.apache.xerces.impl.Constants
Returns an enumeration of the SAX features.
getSAXProperties() - Static method in class org.apache.xerces.impl.Constants
Returns an enumeration of the SAX properties.
getScheme() - Method in class org.apache.xerces.util.URI
Get the scheme for this URI.
getSchemeSpecificPart() - Method in class org.apache.xerces.util.URI
Get the scheme-specific part for this URI (everything following the scheme and the first colon).
getSpecified() - Method in class org.apache.xerces.dom.AttrImpl
The "specified" flag is true if and only if this attribute's value was explicitly specified in the original document.
getStandalone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
getStartContainer() - Method in class org.apache.xerces.dom.RangeImpl
 
getStartOffset() - Method in class org.apache.xerces.dom.RangeImpl
 
getStrictErrorChecking() - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
getSymbolTable() - Method in class org.apache.xerces.parsers.CachingParserPool
Returns the symbol table.
getSymbolTable() - Method in class org.apache.xerces.impl.validation.Grammar
Returns the symbol table.
getSystemId() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
System identifier.
getSystemId() - Method in class org.apache.xerces.dom.NotationImpl
The System Identifier for this Notation.
getSystemId() - Method in class org.apache.xerces.dom.EntityImpl
The system identifier associated with the entity.
getSystemId() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getSystemId() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Return the system identifier for the current document event.
getTagName() - Method in class org.apache.xerces.dom.ElementImpl
Returns the name of the Element.
getTarget() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
A PI's "target" states what processor channel the PI's data should be directed to.
getTarget() - Method in class org.apache.xerces.dom.events.EventImpl
 
getTargetNamespace() - Method in class org.apache.xerces.impl.validation.Grammar
Returns this grammar's target namespace.
getTimeStamp() - Method in class org.apache.xerces.dom.events.EventImpl
 
getType() - Method in class org.apache.xerces.dom.events.EventImpl
 
getType(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getType(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's type by index.
getType(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getType(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's type by XML 1.0 qualified name.
getType(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getType(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's type by Namespace name.
getURI(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getURI(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's Namespace URI by index.
getURI(String) - Method in class org.apache.xerces.util.NamespaceSupport
Look up a prefix and get the currently-mapped Namespace URI.
getUserData() - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: Returns the user data associated to this node.
getUserData(NodeImpl) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Retreive user data related to a given node
getUserData(NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
Retreive user data related to a given node
getUserinfo() - Method in class org.apache.xerces.util.URI
Get the userinfo for this URI.
getValue() - Method in class org.apache.xerces.dom.AttrImpl
The "string value" of an Attribute is its text representation, which in turn is a concatenation of the string values of its children.
getValue(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getValue(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's value by index.
getValue(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getValue(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's value by XML 1.0 qualified name.
getValue(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getValue(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Look up an attribute's value by Namespace name.
getVersion() - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
getVersion() - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 3 WD - experimental the version number of this entity, when it is an external parsed entity.
getWhatToShow() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the whatToShow value
getWhatToShow() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the whatToShow value
getXercesFeatures() - Static method in class org.apache.xerces.impl.Constants
Returns an enumeration of the Xerces features.
getXercesProperties() - Static method in class org.apache.xerces.impl.Constants
Returns an enumeration of the Xerces properties.
getXMLReader() - Method in class org.apache.xerces.jaxp.SAXParserImpl
Returns the XMLReader that is encapsulated by the implementation of this class.
Grammar - class org.apache.xerces.impl.validation.Grammar.
A generic grammar for use in validating XML documents.
GRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: grammar pool.
GRAMMAR_POOL - Static variable in class org.apache.xerces.impl.XMLDTDValidator
Property identifier: grammar pool.
GRAMMAR_POOL_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Grammar pool property ("internal/grammar-pool").
Grammar.TupleHashtable - class org.apache.xerces.impl.validation.Grammar.TupleHashtable.
A simple Hashtable implementation that takes a tuple (int, String, String) as the key and a int as value.
Grammar.TupleHashtable() - Constructor for class org.apache.xerces.impl.validation.Grammar.TupleHashtable
 
Grammar(SymbolTable) - Constructor for class org.apache.xerces.impl.validation.Grammar
Default constructor.
GrammarPool - class org.apache.xerces.impl.validation.GrammarPool.
Stores grammars in a pool associated to a specific key.
GrammarPool() - Constructor for class org.apache.xerces.impl.validation.GrammarPool
Default constructor.

H

handleEndElement(QName, boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Handles the end element.
handleEndElement(QName, boolean) - Method in class org.apache.xerces.impl.XMLDTDValidator
Handle end element.
handleEndElement(QName, boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Handles end element.
handleStartElement(QName, XMLAttributes, boolean) - Method in class org.apache.xerces.impl.XMLDTDValidator
Handle element.
handleStartElement(QName, XMLAttributes, boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Handles start element.
hasAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
hasAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
hasAttributes() - Method in class org.apache.xerces.dom.NodeImpl
Returns whether this node (if it is an element) has any attributes.
hasAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
hasChildNodes() - Method in class org.apache.xerces.dom.NodeImpl
Test whether this node has any children.
hasChildNodes() - Method in class org.apache.xerces.dom.ParentNode
Test whether this node has any children.
hasChildNodes() - Method in class org.apache.xerces.dom.AttrImpl
Test whether this node has any children.
hasChildNodes() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Returns whether this node has any children.
HASDEFAULTS - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
hasFeature(String, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof.
hasFeature(String, String) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof.
hash(char[], int, int) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedSymbolTable
Returns a hashcode value for the specified symbol information.
hash(char[], int, int) - Method in class org.apache.xerces.util.SymbolTable
Returns a hashcode value for the specified symbol information.
hash(String) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedSymbolTable
Returns a hashcode value for the specified symbol.
hash(String) - Method in class org.apache.xerces.util.SymbolTable
Returns a hashcode value for the specified symbol.
hash(String) - Method in class org.apache.xerces.impl.validation.Grammar.TupleHashtable
Returns a hash value for the specified symbol.
hashCode() - Method in class org.apache.xerces.impl.validation.XMLContentSpec
Returns a hash code for this node.
HASSTRING - Static variable in class org.apache.xerces.dom.NodeImpl
 
highSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
Returns the high surrogate of a supplemental character

I

IDDatatypeValidator - class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator.
IDDatatypeValidator - ID represents the ID attribute type from XML 1.0 Recommendation.
IDDatatypeValidator() - Constructor for class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
 
IDDatatypeValidator(DatatypeValidator, Hashtable, boolean) - Constructor for class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
 
identifiers - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Identifiers.
IDREFDatatypeValidator - class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator.
IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.0 recommendation.
IDREFDatatypeValidator() - Constructor for class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
 
IDREFDatatypeValidator(DatatypeValidator, Hashtable, boolean) - Constructor for class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
 
ignorableWhitespace(XMLString) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Ignorable whitespace.
ignorableWhitespace(XMLString) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Ignorable whitespace.
ignorableWhitespace(XMLString) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Ignorable whitespace.
ignorableWhitespace(XMLString) - Method in class org.apache.xerces.impl.XMLDTDValidator
Ignorable whitespace.
ignorableWhitespace(XMLString) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Ignorable whitespace.
IGNORABLEWS - Static variable in class org.apache.xerces.dom.NodeImpl
 
IllegalDecimalFacet - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
IllegalFacetValue - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
IllegalIntegerFacet - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
IllegalRealFacet - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
ImplementationMessages - class org.apache.xerces.impl.msg.ImplementationMessages.
This file contains error and warning messages used by the Apache Xerces parser.
ImplementationMessages() - Constructor for class org.apache.xerces.impl.msg.ImplementationMessages
 
importNode(Node, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Copies a node from another document to this document.
INCLUDE_IGNORABLE_WHITESPACE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: include ignorable whitespace.
INCLUDE_IGNORABLE_WHITESPACE - Static variable in class org.apache.xerces.impl.Constants
Include ignorable whitespace feature ("dom/include-ignorable-whitespace").
inExternal - Variable in class org.apache.xerces.impl.validation.XMLEntityDecl
Note: flag of where the entity is defined, not whether it is a external entity
initEvent(String, boolean, boolean) - Method in class org.apache.xerces.dom.events.EventImpl
The DOM doesn't deal with constructors, so instead we have an initializer call to set most of the read-only fields.
initialize(Object) - Method in class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
Initializes internal table of IDs used by ID datatype validator to keep track of ID's.
initialize(Object) - Method in class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
Initializes the internal datattype state with documentInstance state information
initialize(Object) - Method in interface org.apache.xerces.impl.validation.datatypes.StatefullDatatypeValidator
 
initialize(Object) - Method in class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
This method is unique to IDREFDatatypeValidator
initialize(Object) - Method in class org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator
Initializes internal Grammar reference This method is unique to ENTITYDatatypeValidator.
initializeContentModelStack() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Initialize content model stack.
initialized - Variable in class org.apache.xerces.dom.events.EventImpl
 
initializeDTDRegistry() - Method in class org.apache.xerces.impl.validation.datatypes.DatatypeValidatorFactoryImpl
Initializes registry with primitive and derived Simple types.
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in class org.apache.xerces.dom.events.MutationEventImpl
Initialize a mutation event, or overwrite the event's current settings with new values of the parameters.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.NodeImpl
Move one or more node(s) to our list of children.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.ParentNode
Move one or more node(s) to our list of children.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Since a Document may contain at most one top-level Element child, and at most one DocumentType declaraction, we need to subclass our add-children methods to implement this constraint.
insertBefore(Node, Node) - Method in class org.apache.xerces.dom.AttrImpl
Move one or more node(s) to our list of children.
insertData(int, String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Insert additional characters into the data stored in this node, at the offset specified.
insertedNodeFromDOM(Node) - Method in class org.apache.xerces.dom.RangeImpl
This function is called from the DOM.
insertNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
internalEntityDecl(String, XMLString) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An internal entity declaration.
internalEntityDecl(String, XMLString) - Method in class org.apache.xerces.parsers.DTDParser
An internal entity declaration.
internalEntityDecl(String, XMLString) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An internal entity declaration.
internalEntityDecl(String, XMLString) - Method in class org.apache.xerces.impl.XMLDTDValidator
An internal entity declaration.
internalEntityDecl(String, XMLString) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
An internal entity declaration.
internalRemoveNamedItem(String, boolean) - Method in class org.apache.xerces.dom.AttributeMap
Internal removeNamedItem method allowing to specify whether an exception must be thrown if the specified name is not found.
internalRemoveNamedItemNS(String, String, boolean) - Method in class org.apache.xerces.dom.AttributeMap
Internal removeNamedItemNS method allowing to specify whether an exception must be thrown if the specified local name and namespace URI is not found.
internalSubset - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 
InvalidDatatypeFacetException - exception org.apache.xerces.impl.validation.InvalidDatatypeFacetException.
 
InvalidDatatypeFacetException() - Constructor for class org.apache.xerces.impl.validation.InvalidDatatypeFacetException
 
InvalidDatatypeFacetException(Exception) - Constructor for class org.apache.xerces.impl.validation.InvalidDatatypeFacetException
 
InvalidDatatypeFacetException(String) - Constructor for class org.apache.xerces.impl.validation.InvalidDatatypeFacetException
 
InvalidDatatypeFacetException(String, Exception) - Constructor for class org.apache.xerces.impl.validation.InvalidDatatypeFacetException
 
InvalidDatatypeValueException - exception org.apache.xerces.impl.validation.InvalidDatatypeValueException.
 
InvalidDatatypeValueException() - Constructor for class org.apache.xerces.impl.validation.InvalidDatatypeValueException
 
InvalidDatatypeValueException(Exception) - Constructor for class org.apache.xerces.impl.validation.InvalidDatatypeValueException
 
InvalidDatatypeValueException(String) - Constructor for class org.apache.xerces.impl.validation.InvalidDatatypeValueException
 
InvalidDatatypeValueException(String, Exception) - Constructor for class org.apache.xerces.impl.validation.InvalidDatatypeValueException
 
InvalidEnumValue - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
isCDATAAttribute(QName, QName) - Method in class org.apache.xerces.impl.validation.Grammar
Returns whether the given attribute is of type CDATA or not
isConformantSchemeName(String) - Static method in class org.apache.xerces.util.URI
Determine whether a scheme conforms to the rules for a scheme name.
isContent(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character can be considered content.
isDeclaredEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
Checks whether an entity given by name is declared.
isDTD() - Method in class org.apache.xerces.impl.validation.Grammar
 
isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
Returns true if this is an external entity.
isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Returns true if this is an external entity.
isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Returns true if this is an external entity.
isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Returns true if this is an external entity.
isExternal() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns true if the current entity being scanned is external.
isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Returns true if the current entity being scanned is external.
isExternalEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
Checks whether an entity given by name is external.
isGenericURI() - Method in class org.apache.xerces.util.URI
Get the indicator as to whether this URI uses the "generic URI" syntax.
isHighSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
Returns whether the given character is a high surrogate
isIgnorableWhitespace() - Method in class org.apache.xerces.dom.TextImpl
NON-DOM: Returns whether this Text is ignorable whitespace.
isInvalid(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is invalid.
isKidOK(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Uses the kidOK lookup table to check whether the proposed tree structure is legal.
isLowSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character can be considered markup.
isName(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNamespaceAware() - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
isNamespaceAware() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
isNamespaceAware() - Method in class org.apache.xerces.impl.validation.Grammar
Returns true if this grammar is namespace aware.
isNamespaceAware() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Returns true if this grammar is namespace aware.
isNameStart(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isPE - Variable in class org.apache.xerces.impl.validation.XMLEntityDecl
isPE
isPubid(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isSpace(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSpecified(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Returns true if the attribute is specified in the instance document.
isStandalone() - Method in class org.apache.xerces.impl.XMLEntityManager
Returns true if the document entity is standalone.
isSupplemental(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is a supplemental character.
isSupported(String, String) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
Returns true if this is an unparsed entity.
isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Returns true if this is an unparsed entity.
isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Returns true if this is an unparsed entity.
isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Returns true if this is an unparsed entity.
isUnparsedEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
Checks whether an entity given by name is unparsed.
isValid(int) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the specified character is valid.
isValidating() - Method in class org.apache.xerces.jaxp.SAXParserImpl
 
isValidating() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
isValidIANAEncoding(String) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class org.apache.xerces.util.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidName(String) - Static method in class org.apache.xerces.util.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNmtoken(String) - Static method in class org.apache.xerces.util.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isWellFormedAddress(String) - Static method in class org.apache.xerces.util.URI
Determine whether a string is syntactically capable of representing a valid IPv4 address or the domain name of a network host.
isXMLName(String) - Static method in class org.apache.xerces.dom.CoreDocumentImpl
Check the string against XML's definition of acceptable names for elements and attributes and so on using the XMLCharacterProperties utility class
item(int) - Method in class org.apache.xerces.dom.NodeImpl
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
item(int) - Method in class org.apache.xerces.dom.DeepNodeListImpl
Returns the node at the specified index.
item(int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Retrieve an item from the map by 0-based index.
item(int) - Method in class org.apache.xerces.dom.ParentNode
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
item(int) - Method in class org.apache.xerces.dom.AttrImpl
NodeList method: Return the Nth immediate child of this node, or null if the index is out of bounds.
item(int) - Method in class org.apache.xerces.dom.EntityReferenceImpl
Returns the node at the given index.
iterators - Variable in class org.apache.xerces.dom.DocumentImpl
Iterators

K

kidOK - Static variable in class org.apache.xerces.dom.CoreDocumentImpl
Table for quick check of child insertion.

L

lastChild() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the last child Node from the current node, after applying filter, whatToshow.
LEXICAL_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Lexical handler property ("lexical-handler").
lineNumber - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Line number.
list - Variable in class org.apache.xerces.impl.validation.XMLSimpleType
list
ListDatatypeValidator - class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator.
StringValidator validates that XML content is a W3C string type.
ListDatatypeValidator() - Constructor for class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
 
ListDatatypeValidator(DatatypeValidator, Hashtable, boolean) - Constructor for class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
 
literal - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
True if in a literal.
LOAD_DTD_GRAMMAR_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Load dtd grammar when nonvalidating feature ("nonvalidating/load-dtd-grammar").
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: load external DTD.
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Feature identifier: load external DTD.
LOAD_EXTERNAL_DTD_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Load external dtd when nonvalidating feature ("nonvalidating/load-external-dtd").
localizeMessage(String, Locale) - Static method in class org.apache.xerces.impl.msg.ExceptionMessagesLocalizer
This method returns the localized message
localName - Variable in class org.apache.xerces.dom.AttrNSImpl
DOM2: localName.
localName - Variable in class org.apache.xerces.dom.ElementNSImpl
DOM2: localName.
lowSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
Returns the low surrogate of a supplemental character

M

main(String[]) - Static method in class org.apache.xerces.impl.Version
Prints out the version number to System.out.
main(String[]) - Static method in class org.apache.xerces.impl.Constants
Prints all of the constants to standard output.
makeChildNode() - Method in class org.apache.xerces.dom.AttrImpl
 
mark(int) - Method in class org.apache.xerces.impl.io.UTF8Reader
Mark the present position in the stream.
mark(int) - Method in class org.apache.xerces.impl.io.ASCIIReader
Mark the present position in the stream.
markSupported() - Method in class org.apache.xerces.impl.io.UTF8Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.apache.xerces.impl.io.ASCIIReader
Tell whether this stream supports the mark() operation.
MASK_CONTENT - Static variable in class org.apache.xerces.util.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.apache.xerces.util.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.apache.xerces.util.XMLChar
Name start character mask.
MASK_PUBID - Static variable in class org.apache.xerces.util.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.apache.xerces.util.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.apache.xerces.util.XMLChar
Valid character mask.
MessageFormatter - interface org.apache.xerces.util.MessageFormatter.
This interface provides a generic message formatting mechanism and is useful for producing messages that must be localed and/or formatted with replacement text.
MixedContentModel - class org.apache.xerces.impl.validation.models.MixedContentModel.
 
MixedContentModel(QName[], int[], int, int, boolean, boolean) - Constructor for class org.apache.xerces.impl.validation.models.MixedContentModel
Constructs a mixed content model.
mixedElement(String) - Method in class org.apache.xerces.parsers.DTDParser
A referenced element in a mixed content model.
MSG_BAD_MAJORCODE - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
MSG_FORMAT_FAILURE - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
MSG_MAX_CODE - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
MSG_NONE - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
MutationEventImpl - class org.apache.xerces.dom.events.MutationEventImpl.
 
MutationEventImpl() - Constructor for class org.apache.xerces.dom.events.MutationEventImpl
 
mutationEvents - Variable in class org.apache.xerces.dom.DocumentImpl
Bypass mutation events firing.

N

name - Variable in class org.apache.xerces.dom.ElementDefinitionImpl
Element definition name.
name - Variable in class org.apache.xerces.dom.NotationImpl
Notation name.
name - Variable in class org.apache.xerces.dom.EntityImpl
Entity name.
name - Variable in class org.apache.xerces.dom.ElementImpl
Element name.
name - Variable in class org.apache.xerces.dom.AttrImpl
Attribute name.
name - Variable in class org.apache.xerces.dom.EntityReferenceImpl
Name of Entity referenced
name - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Document type name.
name - Variable in class org.apache.xerces.impl.XMLEntityManager.Entity
Entity name.
name - Variable in class org.apache.xerces.impl.validation.XMLAttributeDecl
name
name - Variable in class org.apache.xerces.impl.validation.XMLSimpleType
name
name - Variable in class org.apache.xerces.impl.validation.XMLNotationDecl
name
name - Variable in class org.apache.xerces.impl.validation.XMLEntityDecl
name
name - Variable in class org.apache.xerces.impl.validation.XMLElementDecl
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.
NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: namespace binder.
NAMESPACE_BINDER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Namespace binder property ("internal/namespace-binder").
NAMESPACE_PREFIXES - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Feature identifier: namespace prefixes.
NAMESPACE_PREFIXES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Namespace prefixes feature ("namespace-prefixes").
NAMESPACES - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.impl.XMLDTDValidator
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
Feature identifier: namespaces.
NAMESPACES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Namespaces feature ("namespaces").
NamespaceSupport - class org.apache.xerces.util.NamespaceSupport.
Namespace support for XML document handlers.
NamespaceSupport() - Constructor for class org.apache.xerces.util.NamespaceSupport
Default constructor.
NamespaceSupport(NamespaceContext) - Constructor for class org.apache.xerces.util.NamespaceSupport
Constructs a namespace context object and initializes it with the prefixes declared in the specified context.
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 org.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 org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
 
newSAXParser() - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
Creates a new instance of SAXParser using the currently configured factory parameters.
next - Variable in class org.apache.xerces.util.SymbolTable.Entry
The next entry.
nextMatchingElementAfter(Node) - Method in class org.apache.xerces.dom.DeepNodeListImpl
Iterative tree-walker.
nextNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the next Node from the current node, after applying filter, whatToshow.
nextNode() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the next Node in the Iterator.
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.
NMTOKENDatatypeValidator - class org.apache.xerces.impl.validation.datatypes.NMTOKENDatatypeValidator.
NMTOKEN datatype validator.
NMTOKENDatatypeValidator() - Constructor for class org.apache.xerces.impl.validation.datatypes.NMTOKENDatatypeValidator
 
NMTOKENDatatypeValidator(DatatypeValidator, Hashtable, boolean) - Constructor for class org.apache.xerces.impl.validation.datatypes.NMTOKENDatatypeValidator
 
NodeImpl - class org.apache.xerces.dom.NodeImpl.
NodeImpl provides the basic structure of a DOM tree.
NodeImpl() - Constructor for class org.apache.xerces.dom.NodeImpl
Constructor for serialization.
NodeImpl(CoreDocumentImpl) - 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
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
nodes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
nodes - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Nodes.
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.ElementImpl
In "normal form" (as read from a source file), there will never be two Text children in succession.
normalize() - Method in class org.apache.xerces.dom.AttrImpl
 
normalizeWhitespace(XMLString) - Method in class org.apache.xerces.impl.XMLScanner
Normalize whitespace in an XMLString converting all whitespace characters to space characters.
NotAnEnumValue - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
notation - Variable in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Notation name for unparsed entity.
notation - Variable in class org.apache.xerces.impl.validation.XMLEntityDecl
notation
NOTATIONDatatypeValidator - class org.apache.xerces.impl.validation.datatypes.NOTATIONDatatypeValidator.
NOTATIONValidator defines the interface that data type validators must obey.
NOTATIONDatatypeValidator() - Constructor for class org.apache.xerces.impl.validation.datatypes.NOTATIONDatatypeValidator
 
NOTATIONDatatypeValidator(DatatypeValidator, Hashtable, boolean) - Constructor for class org.apache.xerces.impl.validation.datatypes.NOTATIONDatatypeValidator
 
notationDecl(String, String, String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A notation declaration
notationDecl(String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
A notation declaration
notationDecl(String, String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
A notation declaration
notationDecl(String, String, String) - Method in class org.apache.xerces.impl.XMLDTDValidator
A notation declaration
notationDecl(String, String, String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
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(CoreDocumentImpl, 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.
NotBoolean - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
NotDecimal - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
NotFloat - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Notify built-in (&, etc.) references feature (scanner/notify-builtin-refs").
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: notify character refereces.
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.impl.XMLScanner
Feature identifier: notify character references.
NOTIFY_CHAR_REFS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Notify character references feature (scanner/notify-char-refs").
NotInteger - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
NotReal - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
nsName - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 

O

occurrence(short) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Occurrence.
occurrence(short) - Method in class org.apache.xerces.impl.XMLDTDValidator
Occurrence.
occurrence(short) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The occurrence count for a child in a children content model or for the mixed content model group.
optional - Variable in class org.apache.xerces.impl.validation.XMLAttributeDecl
optional
org.apache.xerces.dom - package org.apache.xerces.dom
 
org.apache.xerces.dom.events - package org.apache.xerces.dom.events
 
org.apache.xerces.impl - package org.apache.xerces.impl
 
org.apache.xerces.impl.io - package org.apache.xerces.impl.io
 
org.apache.xerces.impl.msg - package org.apache.xerces.impl.msg
 
org.apache.xerces.impl.validation - package org.apache.xerces.impl.validation
 
org.apache.xerces.impl.validation.datatypes - package org.apache.xerces.impl.validation.datatypes
 
org.apache.xerces.impl.validation.grammars - package org.apache.xerces.impl.validation.grammars
 
org.apache.xerces.impl.validation.models - package org.apache.xerces.impl.validation.models
 
org.apache.xerces.jaxp - package org.apache.xerces.jaxp
 
org.apache.xerces.parsers - package org.apache.xerces.parsers
 
org.apache.xerces.util - package org.apache.xerces.util
 
otherValue - Variable in class org.apache.xerces.impl.validation.XMLContentSpec
The "right hand" value of the content spec node.
OutOfBounds - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
OWNED - Static variable in class org.apache.xerces.dom.NodeImpl
 
ownerDocument - Variable in class org.apache.xerces.dom.ParentNode
Owner document.
ownerNode - Variable in class org.apache.xerces.dom.NodeImpl
 
ownerNode - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
 

P

ParentNode - class org.apache.xerces.dom.ParentNode.
ParentNode inherits from ChildNode and adds the capability of having child nodes.
parentNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the parent Node from the current node, after applying filter, whatToshow.
ParentNode() - Constructor for class org.apache.xerces.dom.ParentNode
Constructor for serialization.
ParentNode(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.ParentNode
No public constructor; only subclasses of ParentNode should be instantiated, and those normally via a Document's factory methods
parse(boolean) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Parses the document in a pull parsing fashion.
parse(InputSource) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
parse(InputSource) - Method in class org.apache.xerces.parsers.AbstractSAXParser
parse
parse(InputSource) - Method in class org.apache.xerces.parsers.DOMParser
parse
parse(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Parses the input source specified by the given system identifier.
parse(String) - Method in class org.apache.xerces.parsers.DOMParser
Parses the input source specified by the given system identifier.
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XMLParser
parse
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
public void parse(String systemId) throws XNIException, IOException { InputSource source = new InputSource(systemId); parse(source); try { Reader reader = source.getCharacterStream(); if (reader != null) { reader.close(); } else { InputStream is = source.getByteStream(); if (is != null) { is.close(); } } } catch (IOException e) { // ignore } } // parse(String) /** parse
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Parses the specified input source.
pcdata() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
#PCDATA.
pcdata() - Method in class org.apache.xerces.impl.XMLDTDValidator
#PCDATA.
pcdata() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The appearance of "#PCDATA" within a group signifying a mixed content model.
peekChar() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the next character on the input.
peekChar() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Returns the next character on the input.
popAttrEntity(int) - Method in class org.apache.xerces.impl.XMLScanner.AttrEntityStack
Pops the current entity off of the stack and adds it to the list of entities for the attribute in the XMLAttributes object.
popContext() - Method in class org.apache.xerces.util.NamespaceSupport
Revert to the previous Namespace context.
popElement(QName) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ElementStack
Pops an element off of the stack by setting the values of the specified QName.
position - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Position in character buffer.
PrecisionExceeded - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
preventDefault - Variable in class org.apache.xerces.dom.events.EventImpl
 
preventDefault() - Method in class org.apache.xerces.dom.events.EventImpl
Prevents any default processing built into the target node from occurring.
previousNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the previous Node from the current node, after applying filter, whatToshow.
previousNode() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the previous Node in the Iterator.
previousSibling - Variable in class org.apache.xerces.dom.ChildNode
Previous sibling.
previousSibling() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the previous sibling Node from the current node, after applying filter, whatToshow.
printAttributes(int) - Method in class org.apache.xerces.impl.validation.Grammar
 
printElements() - Method in class org.apache.xerces.impl.validation.Grammar
 
processingInstruction(String, XMLString) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A processing instruction.
processingInstruction(String, XMLString) - Method in class org.apache.xerces.parsers.DTDParser
A processing instruction.
processingInstruction(String, XMLString) - Method in class org.apache.xerces.parsers.AbstractDOMParser
A processing instruction.
processingInstruction(String, XMLString) - Method in class org.apache.xerces.parsers.AbstractSAXParser
A processing instruction.
processingInstruction(String, XMLString) - Method in class org.apache.xerces.impl.XMLDTDValidator
A processing instruction.
processingInstruction(String, XMLString) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
A processing instruction.
processingInstruction(String, XMLString) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
A processing instruction.
ProcessingInstructionImpl - class org.apache.xerces.dom.ProcessingInstructionImpl.
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
ProcessingInstructionImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.ProcessingInstructionImpl
Factory constructor.
publicId - Variable in class org.apache.xerces.dom.NotationImpl
Public identifier.
publicId - Variable in class org.apache.xerces.dom.EntityImpl
Public identifier.
publicId - Variable in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Public identifier.
publicId - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Public identifier.
publicId - Variable in class org.apache.xerces.impl.validation.XMLNotationDecl
publicId
publicId - Variable in class org.apache.xerces.impl.validation.XMLEntityDecl
publicId
publicID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 
pushAttrEntity(String, int) - Method in class org.apache.xerces.impl.XMLScanner.AttrEntityStack
Pushes a new entity onto the stack.
pushContext() - Method in class org.apache.xerces.util.NamespaceSupport
Start a new Namespace context.
pushElement(QName) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ElementStack
Pushes an element on the stack.
put(int, String, String, int) - Method in class org.apache.xerces.impl.validation.Grammar.TupleHashtable
Associates the given value with the specified key tuple.
putElementNameMapping(QName, int, int) - Method in class org.apache.xerces.impl.validation.Grammar
 
putGrammar(String, Grammar) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
Puts the specified grammar into the grammar pool.
putGrammar(String, Grammar) - Method in class org.apache.xerces.impl.validation.GrammarPool
Puts the specified grammar into the grammar pool and associate it to a root element name.
putGrammarNS(String, Grammar) - Method in class org.apache.xerces.impl.validation.GrammarPool
Puts the specified grammar into the grammar pool and associate it to a target namespace.
putIANA2JavaMapping(String, String) - Static method in class org.apache.xerces.util.EncodingMap
Adds an IANA to Java encoding name mapping.
putIdentifier(String, Element) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Registers an identifier name with a specified element node.
putJava2IANAMapping(String, String) - Static method in class org.apache.xerces.util.EncodingMap
Adds a Java to IANA encoding name mapping.
putMessageFormatter(String, MessageFormatter) - Method in class org.apache.xerces.impl.XMLErrorReporter
Registers a message formatter for the specified domain.

R

RangeExceptionImpl - exception org.apache.xerces.dom.RangeExceptionImpl.
 
RangeExceptionImpl(short, String) - Constructor for class org.apache.xerces.dom.RangeExceptionImpl
 
RangeImpl - class org.apache.xerces.dom.RangeImpl.
The RangeImpl class implements the org.w3c.dom.range.Range interface.
RangeImpl(DocumentImpl) - Constructor for class org.apache.xerces.dom.RangeImpl
The constructor.
ranges - Variable in class org.apache.xerces.dom.DocumentImpl
Ranges
read() - Method in class org.apache.xerces.impl.XMLEntityManager.OneCharReader
Returns a single character.
read() - Method in class org.apache.xerces.impl.io.UTF8Reader
Read a single character.
read() - Method in class org.apache.xerces.impl.io.ASCIIReader
Read a single character.
read(char[], int, int) - Method in class org.apache.xerces.impl.XMLEntityManager.OneCharReader
Reads as many characters as possible which, in this case, is only a single character.
read(char[], int, int) - Method in class org.apache.xerces.impl.io.UTF8Reader
Read characters into a portion of an array.
read(char[], int, int) - Method in class org.apache.xerces.impl.io.ASCIIReader
Read characters into a portion of an array.
reader - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Reader.
READONLY - Static variable in class org.apache.xerces.dom.NodeImpl
 
READONLY - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
 
ready() - Method in class org.apache.xerces.impl.io.UTF8Reader
Tell whether this stream is ready to be read.
ready() - Method in class org.apache.xerces.impl.io.ASCIIReader
Tell whether this stream is ready to be read.
RECOGNIZED_FEATURES - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Recognized features.
RECOGNIZED_FEATURES - Static variable in class org.apache.xerces.impl.XMLDTDValidator
Recognized features.
RECOGNIZED_FEATURES - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
Recognized features.
RECOGNIZED_PROPERTIES - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Recognized properties.
RECOGNIZED_PROPERTIES - Static variable in class org.apache.xerces.impl.XMLDTDValidator
Recognized properties.
RECOGNIZED_PROPERTIES - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
Recognized properties.
reconcileDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Reconcile default attributes.
reconcileDefaults(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.AttributeMap
Get this AttributeMap in sync with the given "defaults" map.
removeAllAttributes() - Method in class org.apache.xerces.util.XMLAttributesImpl
Removes all of the attributes.
removeAllEntitiesFor(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Removes all of the entities for the specified attribute.
removeAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
Remove the named attribute from this Element.
removeAttributeAt(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Removes the attribute at the specified index.
removeAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Remove the specified attribute/value pair.
removeAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
removeChild(Node) - Method in class org.apache.xerces.dom.NodeImpl
Remove a child from this Node.
removeChild(Node) - Method in class org.apache.xerces.dom.ParentNode
Remove a child from this Node.
removeChild(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Since insertBefore caches the docElement (and, currently, docType), removeChild has to know how to undo the cache REVISIT: According to the spec it is not allowed to alter neither the document element nor the document type in any way
removeChild(Node) - Method in class org.apache.xerces.dom.AttrImpl
Remove a child from this Node.
removeEntityAt(int, int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Removes the specified entity of a given attribute.
removeEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
removeEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
removeEventListener(String, EventListener, boolean) - Method in class org.apache.xerces.dom.NodeImpl
 
removeGrammar(String) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
Removes the grammar associated to the specified key from the grammar pool and returns the removed grammar.
removeGrammar(String) - Method in class org.apache.xerces.impl.validation.GrammarPool
Removes the grammar associated to the specified root elememt name from the grammar pool and returns the removed grammar.
removeGrammarNS(String) - Method in class org.apache.xerces.impl.validation.GrammarPool
Removes the grammar associated to the specified namespace from the grammar pool and returns the removed grammar.
removeIANA2JavaMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
Removes an IANA to Java encoding name mapping.
removeIdentifier(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Removes a previously registered element with the specified identifier name.
removeJava2IANAMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
Removes a Java to IANA encoding name mapping.
removeMessageFormatter(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
Removes the message formatter for the specified domain and returns the removed message formatter.
removeNamedItem(String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
 
removeNamedItem(String) - Method in class org.apache.xerces.dom.AttributeMap
 
removeNamedItemNS(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Introduced in DOM Level 2.
removeNamedItemNS(String, String) - Method in class org.apache.xerces.dom.AttributeMap
Introduced in DOM Level 2.
removeNode(Node) - Method in class org.apache.xerces.dom.NodeIteratorImpl
Fix-up the iterator on a remove.
replaceChild(Node, Node) - Method in class org.apache.xerces.dom.NodeImpl
Make newChild occupy the location that oldChild used to have.
replaceChild(Node, Node) - Method in class org.apache.xerces.dom.ParentNode
Make newChild occupy the location that oldChild used to have.
replaceChild(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Since we cache the docElement (and, currently, docType), replaceChild has to update the cache REVISIT: According to the spec it is not allowed to alter neither the document element nor the document type in any way
replaceChild(Node, Node) - Method in class org.apache.xerces.dom.AttrImpl
Make newChild occupy the location that oldChild used to have.
replaceData(int, int, String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Replace a series of characters at the specified (zero-based) offset with a new string, NOT necessarily of the same length.
reportError(String, String, Object[], short) - Method in class org.apache.xerces.impl.XMLErrorReporter
Reports an error.
reportError(XMLLocator, String, String, Object[], short) - Method in class org.apache.xerces.impl.XMLErrorReporter
Reports an error at a specific location.
reportFatalError(String, Object[]) - Method in class org.apache.xerces.impl.XMLScanner
Convenience function used in all XML scanners.
reset() - Method in class org.apache.xerces.parsers.XMLParser
reset all components before parsing
reset() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
reset all components before parsing
reset() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
reset all components before parsing
reset() - Method in class org.apache.xerces.parsers.AbstractDOMParser
Resets the parser state.
reset() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Reset all components before parsing.
reset() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Reset all components before parsing.
reset() - Method in class org.apache.xerces.impl.io.UTF8Reader
Reset the stream.
reset() - Method in class org.apache.xerces.impl.io.ASCIIReader
Reset the stream.
reset(SymbolTable) - Method in class org.apache.xerces.util.NamespaceSupport
Reset this Namespace support object for reuse.
reset(XMLAttributes, int) - Method in class org.apache.xerces.impl.XMLScanner.AttrEntityStack
Resets the attribute entity stack and sets the attributes object to add entities to.
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLErrorReporter
Resets the component.
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLScanner
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Resets the component.
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLEntityManager
Resets the component.
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLDTDValidator
 
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Resets the component.
reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
reset
resetRegistry() - Method in class org.apache.xerces.impl.validation.datatypes.DatatypeValidatorFactoryImpl
 
resize(int[][], int) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Resizes chunked integer arrays.
resolveEntity(String, String, String) - Method in class org.apache.xerces.util.EntityResolverWrapper
Resolves an external parsed entity.
resolveEntity(String, String, String) - Method in class org.apache.xerces.impl.XMLEntityManager
Resolves the specified public and system identifiers.
rootNode - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 

S

saveEnclosingAttr(NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM INTERNAL: Pre-mutation context check, in preparation for later generating DOMAttrModified events.
SAX_FEATURE_PREFIX - Static variable in class org.apache.xerces.impl.Constants
SAX feature prefix ("http://xml.org/sax/features/").
SAX_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
SAX property prefix ("http://xml.org/sax/properties/").
SAXParser - class org.apache.xerces.parsers.SAXParser.
This is the main Xerces SAX parser class.
SAXParser() - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the default basic parser configuration.
SAXParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the specified symbol table.
SAXParser(SymbolTable, GrammarPool) - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the specified symbol table and grammar pool.
SAXParserFactoryImpl - class org.apache.xerces.jaxp.SAXParserFactoryImpl.
This is the implementation specific class for the javax.xml.parsers.SAXParserFactory.
SAXParserFactoryImpl() - Constructor for class org.apache.xerces.jaxp.SAXParserFactoryImpl
 
SAXParserImpl - class org.apache.xerces.jaxp.SAXParserImpl.
This is the implementation specific class for the javax.xml.parsers.SAXParser.
ScaleExceeded - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
ScaleLargerThanPrecision - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
scanAttDefaultDecl(String, String, String, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans an attribute default declaration
scanAttlistDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans an attlist declaration
scanAttribute(XMLAttributes) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans an attribute.
scanAttributeValue(XMLString, String, XMLAttributes, int, boolean) - Method in class org.apache.xerces.impl.XMLScanner
Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters.
scanCDATASection(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans a CDATA section.
scanChar() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns the next character on the input.
scanChar() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Returns the next character on the input.
scanCharReference() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans a character reference.
scanCharReferenceValue(XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
Scans a character reference and append the corresponding chars to the specified buffer.
scanComment() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans a comment.
scanComment() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans a comment.
scanComment(XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
Scans a comment.
scanContent() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans element content.
scanContent(XMLString) - Method in class org.apache.xerces.impl.XMLEntityScanner
Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately.
scanContent(XMLString) - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Scans a range of parsed character data, setting the fields of the XMLString structure, appropriately.
scanData(String, XMLString) - Method in class org.apache.xerces.impl.XMLEntityScanner
Scans a range of character data up to the specicied delimiter, setting the fields of the XMLString structure, appropriately.
scanData(String, XMLString) - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Scans a range of character data up to the specicied delimiter, setting the fields of the XMLString structure, appropriately.
scanDecls(boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Dispatch an XML "event".
scanDoctypeDecl() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans a doctype declaration.
scanDocument(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans a document.
scanDTDExternalSubset(boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans the external subset of the document.
scanDTDInternalSubset(boolean, boolean, boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans the internal subset of the document.
scanElementDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans an element declaration
scanEndElement() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans an end element.
scanEntityReference() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans an entity reference.
scanEntityValue(XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans an entity value.
scanExternalID(String[], boolean) - Method in class org.apache.xerces.impl.XMLScanner
Scans External ID and return the public and system IDs.
scanLiteral(int, XMLString) - Method in class org.apache.xerces.impl.XMLEntityScanner
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.
scanLiteral(int, XMLString) - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.
scanName() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns a string matching the Name production appearing immediately on the input as a symbol, or null if no Name string is present.
scanName() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Returns a string matching the Name production appearing immediately on the input as a symbol, or null if no Name string is present.
SCANNER_STATE_CDATA - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: CDATA section.
SCANNER_STATE_COMMENT - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: comment.
SCANNER_STATE_CONTENT - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: content.
SCANNER_STATE_DOCTYPE - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: DOCTYPE.
SCANNER_STATE_DTD_EXTERNAL - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: open DTD external subset.
SCANNER_STATE_DTD_EXTERNAL_DECLS - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: DTD external declarations.
SCANNER_STATE_DTD_INTERNAL_DECLS - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: DTD internal declarations.
SCANNER_STATE_END_OF_INPUT - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: end of input.
SCANNER_STATE_END_OF_INPUT - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Scanner state: end of input.
SCANNER_STATE_MARKUP_DECL - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Scanner state: markup declaration.
SCANNER_STATE_PI - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: processing instruction.
SCANNER_STATE_PROLOG - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: prolog.
SCANNER_STATE_REFERENCE - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: reference.
SCANNER_STATE_ROOT_ELEMENT - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: root element.
SCANNER_STATE_START_OF_MARKUP - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: start of markup.
SCANNER_STATE_TERMINATED - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: terminated.
SCANNER_STATE_TEXT_DECL - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: Text declaration.
SCANNER_STATE_TEXT_DECL - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
Scanner state: text declaration.
SCANNER_STATE_TRAILING_MISC - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: trailing misc.
SCANNER_STATE_XML_DECL - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scanner state: XML declaration.
scanningInternalSubset() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
 
scanNmtoken() - Method in class org.apache.xerces.impl.XMLEntityScanner
Returns a string matching the NMTOKEN production appearing immediately on the input as a symbol, or null if NMTOKEN Name string is present.
scanNmtoken() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Returns a string matching the NMTOKEN production appearing immediately on the input as a symbol, or null if NMTOKEN Name string is present.
scanPI() - Method in class org.apache.xerces.impl.XMLScanner
Scans a processing instruction.
scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLScanner
Scans a processing data.
scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans a processing data.
scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Scans a processing data.
scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.xerces.impl.XMLScanner
Scans a pseudo attribute.
scanPubidLiteral(XMLString) - Method in class org.apache.xerces.impl.XMLScanner
Scans public ID literal.
scanQName(QName) - Method in class org.apache.xerces.impl.XMLEntityScanner
Scans a qualified name from the input, setting the fields of the QName structure appropriately.
scanQName(QName) - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Scans a qualified name from the input, setting the fields of the QName structure appropriately.
scanStartElement() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans a start element.
scanSurrogates(XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
Scans surrogates and append them to the specified buffer.
scanTextDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Dispatch an XML "event".
scanXMLDeclOrTextDecl(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Scans an XML or text declaration.
scanXMLDeclOrTextDecl(boolean, String[]) - Method in class org.apache.xerces.impl.XMLScanner
Scans an XML or text declaration.
SCHEMA_VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Schema validation feature ("validation/schema").
SchemaMessages - class org.apache.xerces.impl.msg.SchemaMessages.
This file contains error and warning messages for the Schema validator The messages are arranged in key and value tuples in a ListResourceBundle.
SchemaMessages() - Constructor for class org.apache.xerces.impl.msg.SchemaMessages
 
scope - Variable in class org.apache.xerces.impl.validation.XMLElementDecl
scope
selectNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
selectNodeContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
separator(short) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Separator.
separator(short) - Method in class org.apache.xerces.impl.XMLDTDValidator
Separator.
separator(short) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The separator between choices or sequences of a mixed or children content model.
SEQUENCE - Static variable in class org.apache.xerces.impl.validation.models.SimpleContentModel
SEQUENCE
setAttribute(String, Object) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Add a new name/value pair, or replace the value of the existing attribute having that name.
setAttributeDecl(int, int, XMLAttributeDecl) - Method in class org.apache.xerces.impl.validation.Grammar
 
setAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Add a new attribute/value pair, or replace the value of the existing attribute with that name.
setAttributeNodeNS(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setAttributes(XMLAttributes) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
Sets the XML attributes.
setContentHandler(ContentHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Allow an application to register a content event handler.
setContentSpec(int, XMLContentSpec) - Method in class org.apache.xerces.impl.validation.Grammar
 
setContentSpecIndex(int, int) - Method in class org.apache.xerces.impl.validation.Grammar
 
setCurrentNode(Node) - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the current Node.
setData(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Store character data into this node.
setData(String) - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
Change the data content of this PI.
setDatatypeValidatorFactory(DatatypeValidatorFactory) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Sets the datatype validator factory.
setDeclHandler(DeclHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the DTD declaration event handler.
setDispatcher(XMLDocumentScannerImpl.Dispatcher) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Sets the dispatcher.
setDocumentHandler(DocumentHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Allow an application to register a document event handler.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
 
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
setDocumentHandler
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.XMLDTDValidator
Sets the document handler to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Sets the document handler to receive information about the document.
setDocumentLocator(XMLLocator) - Method in class org.apache.xerces.impl.XMLErrorReporter
Sets the document locator.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
 
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.impl.XMLDTDValidator
Sets the DTD content model handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
setDTDContentModelHandler
setDTDHandler(DTDHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Allow an application to register a DTD event handler.
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
 
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.impl.XMLDTDValidator
Sets the DTD handler.
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
setDTDHandler
setElementDecl(int, XMLElementDecl) - Method in class org.apache.xerces.impl.validation.Grammar
 
setEncoding(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
setEncoding(String) - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 3 WD - experimental encoding - An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
setEncoding(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
Sets the encoding of the scanner.
setEncoding(String) - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Sets the encoding of the scanner.
setEnd(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
 
setEndAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setEndBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setEntityDecl(int, XMLEntityDecl) - Method in class org.apache.xerces.impl.validation.Grammar
 
setEntityHandler(XMLEntityHandler) - Method in class org.apache.xerces.impl.XMLEntityManager
Sets the entity handler.
setEntityLength(int, int, int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the entity length.
setEntityName(int, int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the entity name.
setEntityOffset(int, int, int) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the entity offset.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Sets the resolver used to resolve external entities.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.parsers.DOMParser
Sets the resolver used to resolve external entities.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.util.EntityResolverWrapper
Sets the SAX entity resolver.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Sets the resolver used to resolve external entities.
setErrorChecking(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Sets whether the DOM implementation performs error checking upon operations.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
 
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.parsers.DOMParser
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
Sets the SAX error handler.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Allow an application to register an error event handler.
setEventListeners(NodeImpl, Vector) - Method in class org.apache.xerces.dom.DocumentImpl
Store event listener registered on a given node This is another place where we could use weak references! Indeed, the node here won't be GC'ed as long as some listener is registered on it, since the eventsListeners table will have a reference to the node.
setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.DOMParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLErrorReporter
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLScanner
 
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLDTDValidator
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Sets the state of a feature.
setFirstAttributeDeclIndex(int, int) - Method in class org.apache.xerces.impl.validation.Grammar
 
setFragment(String) - Method in class org.apache.xerces.util.URI
Set the fragment for this URI.
setHost(String) - Method in class org.apache.xerces.util.URI
Set the host for this URI.
setIgnorableWhitespace(boolean) - Method in class org.apache.xerces.dom.TextImpl
NON-DOM: Set whether this Text is ignorable whitespace.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Sets the input source.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Sets the input source.
setInternalSubset(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM.
setKeyIntoReporter(String) - Method in class org.apache.xerces.impl.validation.InvalidDatatypeValueException
 
setLexicalHandler(LexicalHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the lexical event handler.
setLocale(Locale) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.impl.XMLErrorReporter
Sets the current locale.
setLocale(Locale) - Method in class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
set the locate to be used for error messages
setLocale(Locale) - Method in class org.apache.xerces.impl.validation.datatypes.NOTATIONDatatypeValidator
set the locate to be used for error messages
setLocale(Locale) - Method in class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
set the locate to be used for error messages
setLocale(Locale) - Method in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
Set the locale used for error messages
setLocale(Locale) - Method in class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
set the locate to be used for error messages
setLocale(Locale) - Method in class org.apache.xerces.impl.validation.datatypes.StringDatatypeValidator
set the locate to be used for error messages
setMajorCode(int) - Method in class org.apache.xerces.impl.validation.InvalidDatatypeValueException
 
setMinorCode(int) - Method in class org.apache.xerces.impl.validation.InvalidDatatypeValueException
 
setName(int, QName) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the name of the attribute at the specified index.
setNamedItem(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Adds a node using its nodeName attribute.
setNamedItem(Node) - Method in class org.apache.xerces.dom.AttributeMap
Adds an attribute using its nodeName attribute.
setNamedItemNS(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Adds a node using its namespaceURI and localName.
setNamedItemNS(Node) - Method in class org.apache.xerces.dom.AttributeMap
Adds an attribute using its namespaceURI and localName.
setNamespaces(boolean) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets whether namespace processing is being performed.
setNodeValue(String) - Method in class org.apache.xerces.dom.NodeImpl
Sets the node value.
setNodeValue(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Sets the content, possibly firing related events, and updating ranges (via notification to the document)
setNodeValue(String) - Method in class org.apache.xerces.dom.AttrImpl
Implicit in the rerouting of getNodeValue to getValue is the need to redefine setNodeValue, for symmetry's sake.
setNodeValueInternal(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
This function added so that we can distinguish whether setNodeValue has been called from some other DOM functions.
setNonNormalizedValue(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the non-normalized value of the attribute at the specified index.
setNotationDecl(int, XMLNotationDecl) - Method in class org.apache.xerces.impl.validation.Grammar
 
setNotationName(String) - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 2: Unparsed entities -- which contain non-XML data -- have a "notation name" which tells applications how to deal with them.
setOnlyPassPrefixMappingEvents(boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Sets whether the namespace binder only passes the prefix mapping events to the registered document handler or passes all document events.
setPath(String) - Method in class org.apache.xerces.util.URI
Set the path for this URI.
setPort(int) - Method in class org.apache.xerces.util.URI
Set the port for this URI.
setPrefix(String) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
setProperty(String, Object) - Method in class org.apache.xerces.jaxp.SAXParserImpl
Sets the particular property in the underlying implementation of org.xml.sax.XMLReader.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.DOMParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLErrorReporter
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLScanner
Sets the value of a property during parsing.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLEntityManager
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLDTDValidator
Sets the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Sets the value of a property during parsing.
setPublicId(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: The Public Identifier for this Notation.
setPublicId(String) - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 2: The public identifier associated with the entity.
setQueryString(String) - Method in class org.apache.xerces.util.URI
Set the query string for this URI.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: PR-DOM-Level-1-19980818 mentions readonly nodes in conjunction with Entities, but provides no API to support this.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ParentNode
Override default behavior so that if deep is true, children are also toggled.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ElementImpl
NON-DOM: Subclassed to flip the attributes' readonly switch as well.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.AttrImpl
Override default behavior so that if deep is true, children are also toggled.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM: Subclassed to flip the entities' and notations' readonly switch as well.
setScannerState(int) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
Sets the scanner state.
setScannerState(int) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
Sets the scanner state.
setScheme(String) - Method in class org.apache.xerces.util.URI
Set the scheme for this URI.
setShadowSymbolTable(boolean) - Method in class org.apache.xerces.parsers.CachingParserPool
Sets whether new parser instance receive shadow copies of the main symbol table.
setSpecified(boolean) - Method in class org.apache.xerces.dom.AttrImpl
NON-DOM, for use by parser
setSpecified(int, boolean) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets whether an attribute is specified in the instance document or not.
setStandalone(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
setStandalone(boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
Sets whether the document entity is standalone.
setStart(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
 
setStartAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setStartBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setStrictErrorChecking(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
 
setSystemId(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: The System Identifier for this Notation.
setSystemId(String) - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 2: The system identifier associated with the entity.
setTargetNamespace(String) - Method in class org.apache.xerces.impl.validation.Grammar
 
setType(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the type of the attribute at the specified index.
setupDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Setup the default attributes.
setUserData(NodeImpl, Object) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Store user data related to a given node This is a place where we could use weak references! Indeed, the node here won't be GC'ed as long as some user data is attached to it, since the userData table will have a reference to the node.
setUserData(NodeImpl, Object) - Method in class org.apache.xerces.dom.DocumentImpl
Store user data related to a given node This is a place where we could use weak references! Indeed, the node here won't be GC'ed as long as some user data is attached to it, since the userData table will have a reference to the node.
setUserData(Object) - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: As an alternative to subclassing the DOM, this implementation has been extended with the ability to attach an object to each node.
setUserinfo(String) - Method in class org.apache.xerces.util.URI
Set the userinfo for this URI.
setValue(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
Sets the value of the attribute at the specified index.
setValue(String) - Method in class org.apache.xerces.dom.AttrImpl
The DOM doesn't clearly define what setValue(null) means.
setValues(QName, int, short, ContentModelValidator, XMLSimpleType) - Method in class org.apache.xerces.impl.validation.XMLElementDecl
setValues
setValues(QName, XMLSimpleType, boolean) - Method in class org.apache.xerces.impl.validation.XMLAttributeDecl
setValues
setValues(short, Object, Object) - Method in class org.apache.xerces.impl.validation.XMLContentSpec
Sets the values.
setValues(short, String, String[], boolean, short, String, DatatypeValidator) - Method in class org.apache.xerces.impl.validation.XMLSimpleType
setValues
setValues(String, String, String) - Method in class org.apache.xerces.impl.validation.XMLNotationDecl
setValues
setValues(String, String, String, String, String, boolean, boolean) - Method in class org.apache.xerces.impl.validation.XMLEntityDecl
setValues
setValues(XMLContentSpec.Provider, int) - Method in class org.apache.xerces.impl.validation.XMLContentSpec
Sets the values from the values specified by the given content spec provider and identifier.
setValues(XMLContentSpec) - Method in class org.apache.xerces.impl.validation.XMLContentSpec
Sets the values of the specified content spec.
setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
Sets the values of the entity.
setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Sets the values of the entity.
setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Sets the values of the entity.
setValues(XMLEntityManager.ExternalEntity) - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Sets the values of the entity.
setValues(XMLEntityManager.InternalEntity) - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Sets the values of the entity.
setValues(XMLSimpleType) - Method in class org.apache.xerces.impl.validation.XMLSimpleType
Set values.
setVersion(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
DOM Level 3 WD - Experimental.
setVersion(String) - Method in class org.apache.xerces.dom.EntityImpl
DOM Level 3 WD - experimental version - An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
setWhatShow(int) - Method in class org.apache.xerces.dom.TreeWalkerImpl
 
SEVERITY_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Severity: error.
SEVERITY_FATAL_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Severity: fatal error.
SEVERITY_WARNING - Static variable in class org.apache.xerces.impl.XMLErrorReporter
Severity: warning.
SimpleContentModel - class org.apache.xerces.impl.validation.models.SimpleContentModel.
 
SimpleContentModel(short, QName, QName, boolean) - Constructor for class org.apache.xerces.impl.validation.models.SimpleContentModel
Constructs a simple content model.
simpleType - Variable in class org.apache.xerces.impl.validation.XMLAttributeDecl
simpleType
simpleType - Variable in class org.apache.xerces.impl.validation.XMLElementDecl
simpleType
size() - Method in class org.apache.xerces.impl.XMLScanner.AttrEntityStack
Returns the size of the stack.
skip(long) - Method in class org.apache.xerces.impl.io.UTF8Reader
Skip characters.
skip(long) - Method in class org.apache.xerces.impl.io.ASCIIReader
Skip characters.
skipChar(int) - Method in class org.apache.xerces.impl.XMLEntityScanner
Skips a character appearing immediately on the input.
skipChar(int) - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Skips a character appearing immediately on the input.
skipSpaces() - Method in class org.apache.xerces.impl.XMLEntityScanner
Skips space characters appearing immediately on the input.
skipSpaces() - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Skips space characters appearing immediately on the input.
skipString(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
Skips the specified string appearing immediately on the input.
skipString(String) - Method in class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Skips the specified string appearing immediately on the input.
SPECIFIED - Static variable in class org.apache.xerces.dom.NodeImpl
 
splitText(int) - Method in class org.apache.xerces.dom.TextImpl
Break a text node into two sibling nodes.
standalone - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Experimental DOM Level 3 feature: Document standalone
StandardParserConfiguration - class org.apache.xerces.parsers.StandardParserConfiguration.
This is the "standard" parser configuration.
StandardParserConfiguration() - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Constructs a document parser using the default symbol table and grammar pool or the ones specified by the application (through the properties).
StandardParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Constructs a document parser using the specified symbol table.
StandardParserConfiguration(SymbolTable, GrammarPool) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Constructs a document parser using the specified symbol table and grammar pool.
startAttlist(String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of an attribute list.
startAttlist(String) - Method in class org.apache.xerces.parsers.DTDParser
The start of an attribute list.
startAttlist(String) - Method in class org.apache.xerces.impl.XMLDTDValidator
The start of an attribute list.
startAttlist(String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The start of an attribute list.
startCDATA() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of a CDATA section.
startCDATA() - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of a CDATA section.
startCDATA() - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of a CDATA section.
startCDATA() - Method in class org.apache.xerces.impl.XMLDTDValidator
The start of a CDATA section.
startCDATA() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The start of a CDATA section.
startConditional(short) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of a conditional section.
startConditional(short) - Method in class org.apache.xerces.parsers.DTDParser
The start of a conditional section.
startConditional(short) - Method in class org.apache.xerces.impl.XMLDTDValidator
The start of a conditional section.
startConditional(short) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The start of a conditional section.
startContentModel(String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Start content model.
startContentModel(String) - Method in class org.apache.xerces.impl.XMLDTDValidator
Start content model.
startContentModel(String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The start of a content model.
startContentModel(String, short) - Method in class org.apache.xerces.parsers.DTDParser
The start of a content model.
startDocument(XMLLocator, String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of the document.
startDocument(XMLLocator, String) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of the document.
startDocument(XMLLocator, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of the document.
startDocument(XMLLocator, String) - Method in class org.apache.xerces.impl.XMLDTDValidator
The start of the document.
startDocument(XMLLocator, String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The start of the document.
startDocumentEntity(XMLInputSource) - Method in class org.apache.xerces.impl.XMLEntityManager
Starts the document entity.
startDTD(XMLLocator) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of the DTD.
startDTD(XMLLocator) - Method in class org.apache.xerces.parsers.DTDParser
The start of the DTD.
startDTD(XMLLocator) - Method in class org.apache.xerces.impl.XMLDTDValidator
The start of the DTD.
startDTD(XMLLocator) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
The start of the DTD.
startDTDEntity(XMLInputSource) - Method in class org.apache.xerces.impl.XMLEntityManager
Starts the DTD entity.
startElement(QName, XMLAttributes) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of an element.
startElement(QName, XMLAttributes) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of an element.
startElement(QName, XMLAttributes) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of an element.
startElement(QName, XMLAttributes) - Method in class org.apache.xerces.impl.XMLDTDValidator
The start of an element.
startElement(QName, XMLAttributes) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Binds the namespaces.
startEntity(String, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
Starts a named entity.
startEntity(String, String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
This method notifies of the start of an entity.
startEntity(String, String, String, String, String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
This method notifies of the start of an entity.
startEntity(String, String, String, String, String) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method notifies of the start of an entity.
startEntity(String, String, String, String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
This method notifies of the start of an entity.
startEntity(String, String, String, String, String) - Method in class org.apache.xerces.impl.XMLScanner
This method notifies of the start of an entity.
startEntity(String, String, String, String, String) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
This method notifies of the start of an entity.
startEntity(String, String, String, String, String) - Method in class org.apache.xerces.impl.XMLDTDValidator
This method notifies of the start of an entity.
startEntity(String, String, String, String, String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
This method notifies the start of an entity.
startEntity(String, String, String, String, String) - Method in interface org.apache.xerces.impl.XMLEntityHandler
This method notifies of the start of an entity.
startEntity(String, String, String, String, String) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
startEntity
startEntity(String, String, String, String, String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
This method notifies of the start of an entity.
startEntity(String, XMLInputSource, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
Starts an entity.
startExternalSubset() - Method in class org.apache.xerces.parsers.DTDParser
The start of the external subset.
startGroup() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Start group.
startGroup() - Method in class org.apache.xerces.impl.XMLDTDValidator
Start group.
startGroup() - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
A start of either a mixed or children content model.
startPE(String, boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
start a parameter entity dealing with the textdecl if there is any
startPrefixMapping(String, String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of a namespace prefix mapping.
startPrefixMapping(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of a namespace prefix mapping.
startPrefixMapping(String, String) - Method in class org.apache.xerces.impl.XMLDTDValidator
The start of a namespace prefix mapping.
startPrefixMapping(String, String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
The start of a namespace prefix mapping.
StatefullDatatypeValidator - interface org.apache.xerces.impl.validation.datatypes.StatefullDatatypeValidator.
StatefullDatatypeValidator validates that XML content is a W3C string type.
stopPropagation - Variable in class org.apache.xerces.dom.events.EventImpl
 
stopPropagation() - Method in class org.apache.xerces.dom.events.EventImpl
Causes exit from in-progress event dispatch before the next currentTarget is selected.
stream - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Input stream.
STRING_INTERNING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
String interning feature ("string-interning").
StringDatatypeValidator - class org.apache.xerces.impl.validation.datatypes.StringDatatypeValidator.
StringValidator validates that XML content is a W3C string type.
StringDatatypeValidator() - Constructor for class org.apache.xerces.impl.validation.datatypes.StringDatatypeValidator
 
StringDatatypeValidator(DatatypeValidator, Hashtable, boolean) - Constructor for class org.apache.xerces.impl.validation.datatypes.StringDatatypeValidator
 
substringData(int, int) - Method in class org.apache.xerces.dom.CharacterDataImpl
Substring is more than a convenience function.
supplemental(char, char) - Static method in class org.apache.xerces.util.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
surroundContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
symbol - Variable in class org.apache.xerces.util.SymbolTable.Entry
Symbol.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLScanner
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLEntityManager
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLDTDValidator
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
Property identifier: symbol table.
SYMBOL_TABLE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Symbol table property ("internal/symbol-table").
SymbolTable - class org.apache.xerces.util.SymbolTable.
This class is a symbol table implementation that guarantees that strings used as identifiers are unique references.
SymbolTable.Entry - class org.apache.xerces.util.SymbolTable.Entry.
This class is a symbol table entry.
SymbolTable.Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.xerces.util.SymbolTable.Entry
Constructs a new entry from the specified symbol information and next entry reference.
SymbolTable.Entry(String, SymbolTable.Entry) - Constructor for class org.apache.xerces.util.SymbolTable.Entry
Constructs a new entry from the specified symbol and next entry reference.
SymbolTable() - Constructor for class org.apache.xerces.util.SymbolTable
Constructs a symbol table.
SYNCCHILDREN - Static variable in class org.apache.xerces.dom.NodeImpl
 
SYNCDATA - Static variable in class org.apache.xerces.dom.NodeImpl
 
synchronize() - Method in class org.apache.xerces.dom.EntityReferenceImpl
EntityReference's children are a reflection of those defined in the named Entity.
synchronizeChildren() - Method in class org.apache.xerces.dom.ParentNode
Override this method in subclass to hook in efficient internal data structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.AttrImpl
Override this method in subclass to hook in efficient internal data structure.
synchronizeData() - Method in class org.apache.xerces.dom.NodeImpl
Override this method in subclass to hook in efficient internal data structure.
synchronizeData() - Method in class org.apache.xerces.dom.ElementImpl
Synchronizes the data (name and value) for fast nodes.
systemId - Variable in class org.apache.xerces.dom.NotationImpl
System identifier.
systemId - Variable in class org.apache.xerces.dom.EntityImpl
System identifier.
systemId - Variable in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
System identifier.
systemId - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
System identifier.
systemId - Variable in class org.apache.xerces.impl.validation.XMLNotationDecl
systemId
systemId - Variable in class org.apache.xerces.impl.validation.XMLEntityDecl
systemId
systemID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 

T

TABLE_SIZE - Static variable in class org.apache.xerces.util.SymbolTable
Default table size.
tagName - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
target - Variable in class org.apache.xerces.dom.ProcessingInstructionImpl
 
target - Variable in class org.apache.xerces.dom.events.EventImpl
 
text - Variable in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Text value of entity.
textDecl(String, String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String) - Method in class org.apache.xerces.parsers.DTDParser
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String) - Method in class org.apache.xerces.impl.XMLDTDValidator
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
Notifies of the presence of a TextDecl line in an entity.
TextImpl - class org.apache.xerces.dom.TextImpl.
Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
TextImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.TextImpl
Factory constructor.
textNode - Static variable in class org.apache.xerces.dom.AttrImpl
 
timeStamp - Variable in class org.apache.xerces.dom.events.EventImpl
 
TOP_LEVEL_SCOPE - Static variable in class org.apache.xerces.impl.validation.Grammar
Top level scope (-1).
toString() - Method in class org.apache.xerces.util.URI
Get the URI as a string specification.
toString() - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM method for debugging convenience.
toString() - Method in class org.apache.xerces.dom.RangeImpl
 
toString() - Method in class org.apache.xerces.dom.AttrImpl
NON-DOM method for debugging convenience
toString() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.impl.validation.models.CMLeaf
 
toString() - Method in class org.apache.xerces.impl.validation.models.CMAny
 
TreeWalkerImpl - class org.apache.xerces.dom.TreeWalkerImpl.
This class implements the TreeWalker interface.
TreeWalkerImpl(Node, int, NodeFilter, boolean) - Constructor for class org.apache.xerces.dom.TreeWalkerImpl
Public constructor
type - Variable in class org.apache.xerces.dom.events.EventImpl
 
type - Variable in class org.apache.xerces.impl.validation.XMLSimpleType
type
type - Variable in class org.apache.xerces.impl.validation.XMLContentSpec
The content spec node type.
type - Variable in class org.apache.xerces.impl.validation.XMLElementDecl
type
TYPE_ANY - Static variable in class org.apache.xerces.impl.validation.XMLElementDecl
TYPE_ANY
TYPE_CDATA - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
TYPE_CDATA
TYPE_CHILDREN - Static variable in class org.apache.xerces.impl.validation.XMLElementDecl
TYPE_CHILDREN
TYPE_EMPTY - Static variable in class org.apache.xerces.impl.validation.XMLElementDecl
TYPE_EMPTY
TYPE_ENTITY - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
TYPE_ENTITY
TYPE_ENUMERATION - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
TYPE_ENUMERATION
TYPE_ID - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
TYPE_ID
TYPE_IDREF - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
TYPE_IDREF
TYPE_MIXED - Static variable in class org.apache.xerces.impl.validation.XMLElementDecl
TYPE_MIXED
TYPE_NAMED - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
TYPE_NAMED
TYPE_NMTOKEN - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
TYPE_NMTOKEN
TYPE_NOTATION - Static variable in class org.apache.xerces.impl.validation.XMLSimpleType
TYPE_NOTATION
TYPE_SIMPLE - Static variable in class org.apache.xerces.impl.validation.XMLElementDecl
TYPE_SIMPLE

U

UnknownFacet - Static variable in class org.apache.xerces.impl.validation.datatypes.DatatypeMessageProvider
 
UNNORMALIZED - Static variable in class org.apache.xerces.dom.NodeImpl
 
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
An unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xerces.impl.XMLDTDValidator
An unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xerces.impl.validation.grammars.DTDGrammar
An unparsed entity declaration.
URI - class org.apache.xerces.util.URI.
A class to represent a Uniform Resource Identifier (URI).
URI.MalformedURIException - exception org.apache.xerces.util.URI.MalformedURIException.
MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.
URI.MalformedURIException() - Constructor for class org.apache.xerces.util.URI.MalformedURIException
Constructs a MalformedURIException with no specified detail message.
URI.MalformedURIException(String) - Constructor for class org.apache.xerces.util.URI.MalformedURIException
Constructs a MalformedURIException with the specified detail message.
URI() - Constructor for class org.apache.xerces.util.URI
Construct a new and uninitialized URI.
URI(String) - Constructor for class org.apache.xerces.util.URI
Construct a new URI from a URI specification string.
URI(String, String) - Constructor for class org.apache.xerces.util.URI
Construct a new URI that does not follow the generic URI syntax.
URI(String, String, String, int, String, String, String) - Constructor for class org.apache.xerces.util.URI
Construct a new URI that follows the generic URI syntax from its component parts.
URI(String, String, String, String, String) - Constructor for class org.apache.xerces.util.URI
Construct a new URI that follows the generic URI syntax from its component parts.
URI(URI) - Constructor for class org.apache.xerces.util.URI
Construct a new URI from another URI.
URI(URI, String) - Constructor for class org.apache.xerces.util.URI
Construct a new URI from a base URI and a URI specification string.
userData - Variable in class org.apache.xerces.dom.DocumentImpl
Table for user data attached to this document nodes.
UTF8Reader - class org.apache.xerces.impl.io.UTF8Reader.
 
UTF8Reader(InputStream) - Constructor for class org.apache.xerces.impl.io.UTF8Reader
Constructs a UTF-8 reader from the specified input stream using the default buffer size.
UTF8Reader(InputStream, int) - Constructor for class org.apache.xerces.impl.io.UTF8Reader
Constructs a UTF-8 reader from the specified input stream and buffer size.

V

VALIDATE_CONTENT_MODELS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validate content models feature ("validation/validate-content-models").
VALIDATE_DATATYPES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validate datatypes feature ("validation/validate-datatypes").
validate() - Method in class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
A no-op method in this Datatype
validate() - Method in class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
Initializes the internal datatype state
validate() - Method in interface org.apache.xerces.impl.validation.datatypes.StatefullDatatypeValidator
 
validate() - Method in class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
This method is unique to IDREFDatatypeValidator
validate() - Method in class org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator
A no-op method in this Datatype
validate(QName[], int, int) - Method in interface org.apache.xerces.impl.validation.ContentModelValidator
validate
validate(QName[], int, int) - Method in class org.apache.xerces.impl.validation.models.SimpleContentModel
Check that the specified content is valid according to this content model.
validate(QName[], int, int) - Method in class org.apache.xerces.impl.validation.models.MixedContentModel
Check that the specified content is valid according to this content model.
validate(QName[], int, int) - Method in class org.apache.xerces.impl.validation.models.DFAContentModel
Check that the specified content is valid according to this content model.
validate(String, Object) - Method in interface org.apache.xerces.impl.validation.DatatypeValidator
validate
validate(String, Object) - Method in class org.apache.xerces.impl.validation.datatypes.AbstractDatatypeValidator
validate
validate(String, Object) - Method in class org.apache.xerces.impl.validation.datatypes.IDDatatypeValidator
Checks that "content" string is valid datatype.
validate(String, Object) - Method in class org.apache.xerces.impl.validation.datatypes.NOTATIONDatatypeValidator
Checks that "content" string is valid datatype.
validate(String, Object) - Method in class org.apache.xerces.impl.validation.datatypes.NMTOKENDatatypeValidator
validate that a string is a W3C string type
validate(String, Object) - Method in class org.apache.xerces.impl.validation.datatypes.ListDatatypeValidator
validate that a string is a W3C string type
validate(String, Object) - Method in class org.apache.xerces.impl.validation.datatypes.IDREFDatatypeValidator
Checks that "content" string is valid datatype.
validate(String, Object) - Method in class org.apache.xerces.impl.validation.datatypes.ENTITYDatatypeValidator
Checks that "content" string is valid datatype.
validate(String, Object) - Method in class org.apache.xerces.impl.validation.datatypes.StringDatatypeValidator
validate that a string is a W3C string type
VALIDATION - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.impl.XMLScanner
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.impl.XMLEntityManager
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.impl.XMLDTDValidator
Feature identifier: validation.
VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Validation feature ("validation").
VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Validator property ("internal/validator").
value - Variable in class org.apache.xerces.dom.AttrImpl
This can either be a String or the first child node.
value - Variable in class org.apache.xerces.impl.validation.XMLContentSpec
The "left hand" value object of the content spec node.
version - Variable in class org.apache.xerces.dom.CoreDocumentImpl
Experimental DOM Level 3 feature: Document version
version - Variable in class org.apache.xerces.dom.EntityImpl
Version
Version - class org.apache.xerces.impl.Version.
This class defines the version number of the parser.
Version() - Constructor for class org.apache.xerces.impl.Version
 

W

WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: warn on duplicate attribute definition.
WARN_ON_DUPLICATE_ATTDEF_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Warn on duplicate attribute declaration feature ("validation/warn-on-duplicate-attdef").
WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: warn on undeclared element definition.
WARN_ON_UNDECLARED_ELEMDEF_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Warn on undeclared element feature ("validation/warn-on-undeclared-elemdef").
warning(String, String, XMLParseException) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
Reports a warning.
warning(String, String, XMLParseException) - Method in class org.apache.xerces.util.DefaultErrorHandler
Warning.
WHITESPACE_COLLAPSE - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
WHITESPACE_NONE - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
WHITESPACE_PRESERVE - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 
WHITESPACE_REPLACE - Static variable in interface org.apache.xerces.impl.validation.DatatypeValidator
 

X

XERCES_FEATURE_PREFIX - Static variable in class org.apache.xerces.impl.Constants
Xerces features prefix ("http://apache.org/xml/features/").
XERCES_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
Xerces properties prefix ("http://apache.org/xml/properties/").
XML_DOMAIN - Static variable in class org.apache.xerces.impl.msg.XMLMessageFormatter
The domain of messages concerning the XML 1.0 specification.
XML_STRING - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: xml string.
XML_STRING_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
XML string property ("xml-string").
XMLAttributeDecl - class org.apache.xerces.impl.validation.XMLAttributeDecl.
 
XMLAttributeDecl() - Constructor for class org.apache.xerces.impl.validation.XMLAttributeDecl
 
XMLAttributesImpl - class org.apache.xerces.util.XMLAttributesImpl.
The XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element.
XMLAttributesImpl() - Constructor for class org.apache.xerces.util.XMLAttributesImpl
Default constructor.
XMLChar - class org.apache.xerces.util.XMLChar.
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.xerces.util.XMLChar
 
XMLContentSpec - class org.apache.xerces.impl.validation.XMLContentSpec.
ContentSpec really exists to aid the parser classes in implementing access to the grammar.
XMLContentSpec.Provider - interface org.apache.xerces.impl.validation.XMLContentSpec.Provider.
Provides a means for walking the structure built out of content spec "nodes".
XMLContentSpec() - Constructor for class org.apache.xerces.impl.validation.XMLContentSpec
Default constructor.
XMLContentSpec(short, Object, Object) - Constructor for class org.apache.xerces.impl.validation.XMLContentSpec
Constructs a content spec with the specified values.
XMLContentSpec(XMLContentSpec.Provider, int) - Constructor for class org.apache.xerces.impl.validation.XMLContentSpec
Constructs a content spec from the values specified by the given content spec provider and identifier.
XMLContentSpec(XMLContentSpec) - Constructor for class org.apache.xerces.impl.validation.XMLContentSpec
Constructs a content spec from the values in the specified content spec.
xmlDecl(String, String, String) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String) - Method in class org.apache.xerces.impl.XMLDTDValidator
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Notifies of the presence of an XMLDecl line in the document.
XMLDocumentParser - class org.apache.xerces.parsers.XMLDocumentParser.
This is a concrete vanilla XML parser class.
XMLDocumentParser() - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the default basic parser configuration.
XMLDocumentParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the specified symbol table.
XMLDocumentParser(SymbolTable, GrammarPool) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the specified symbol table and grammar pool.
XMLDocumentParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the specified parser configuration.
XMLDocumentScannerImpl - class org.apache.xerces.impl.XMLDocumentScannerImpl.
This class is responsible for scanning XML document structure and content.
XMLDocumentScannerImpl.ContentDispatcher - class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher.
Dispatcher to handle content scanning.
XMLDocumentScannerImpl.ContentDispatcher(XMLDocumentScannerImpl) - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
 
XMLDocumentScannerImpl.Dispatcher - interface org.apache.xerces.impl.XMLDocumentScannerImpl.Dispatcher.
This interface defines an XML "event" dispatching model.
XMLDocumentScannerImpl.DTDDispatcher - class org.apache.xerces.impl.XMLDocumentScannerImpl.DTDDispatcher.
Dispatcher to handle the internal and external DTD subsets.
XMLDocumentScannerImpl.DTDDispatcher(XMLDocumentScannerImpl) - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.DTDDispatcher
 
XMLDocumentScannerImpl.ElementStack - class org.apache.xerces.impl.XMLDocumentScannerImpl.ElementStack.
Element stack.
XMLDocumentScannerImpl.ElementStack() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.ElementStack
Default constructor.
XMLDocumentScannerImpl.PrologDispatcher - class org.apache.xerces.impl.XMLDocumentScannerImpl.PrologDispatcher.
Dispatcher to handle prolog scanning.
XMLDocumentScannerImpl.PrologDispatcher(XMLDocumentScannerImpl) - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.PrologDispatcher
 
XMLDocumentScannerImpl.TrailingMiscDispatcher - class org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher.
Dispatcher to handle trailing miscellaneous section scanning.
XMLDocumentScannerImpl.TrailingMiscDispatcher(XMLDocumentScannerImpl) - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
 
XMLDocumentScannerImpl.XMLDeclDispatcher - class org.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher.
Dispatcher to handle XMLDecl scanning.
XMLDocumentScannerImpl.XMLDeclDispatcher(XMLDocumentScannerImpl) - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher
 
XMLDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl
Default constructor.
XMLDTDScannerImpl - class org.apache.xerces.impl.XMLDTDScannerImpl.
This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
XMLDTDScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDTDScannerImpl
Default constructor.
XMLDTDValidator - class org.apache.xerces.impl.XMLDTDValidator.
The DTD validator.
XMLDTDValidator() - Constructor for class org.apache.xerces.impl.XMLDTDValidator
Default constructor.
XMLElementDecl - class org.apache.xerces.impl.validation.XMLElementDecl.
 
XMLElementDecl() - Constructor for class org.apache.xerces.impl.validation.XMLElementDecl
 
XMLEntityDecl - class org.apache.xerces.impl.validation.XMLEntityDecl.
 
XMLEntityDecl() - Constructor for class org.apache.xerces.impl.validation.XMLEntityDecl
 
XMLEntityHandler - interface org.apache.xerces.impl.XMLEntityHandler.
The entity handler interface defines methods to report information about the start and end of entities.
XMLEntityManager - class org.apache.xerces.impl.XMLEntityManager.
The entity manager handles the registration of general and parameter entities; resolves entities; and starts entities.
XMLEntityManager.Entity - class org.apache.xerces.impl.XMLEntityManager.Entity.
Entity information.
XMLEntityManager.Entity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.Entity
Default constructor.
XMLEntityManager.Entity(String) - Constructor for class org.apache.xerces.impl.XMLEntityManager.Entity
Constructs an entity.
XMLEntityManager.EntityScanner - class org.apache.xerces.impl.XMLEntityManager.EntityScanner.
Implements the entity scanner methods.
XMLEntityManager.EntityScanner(XMLEntityManager) - Constructor for class org.apache.xerces.impl.XMLEntityManager.EntityScanner
Default constructor.
XMLEntityManager.ExternalEntity - class org.apache.xerces.impl.XMLEntityManager.ExternalEntity.
External entity.
XMLEntityManager.ExternalEntity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Default constructor.
XMLEntityManager.ExternalEntity(String, String, String, String, String) - Constructor for class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
Constructs an internal entity.
XMLEntityManager.InternalEntity - class org.apache.xerces.impl.XMLEntityManager.InternalEntity.
Internal entity.
XMLEntityManager.InternalEntity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Default constructor.
XMLEntityManager.InternalEntity(String, String) - Constructor for class org.apache.xerces.impl.XMLEntityManager.InternalEntity
Constructs an internal entity.
XMLEntityManager.OneCharReader - class org.apache.xerces.impl.XMLEntityManager.OneCharReader.
A reader that reads only one character at a time.
XMLEntityManager.OneCharReader(XMLEntityManager, Reader) - Constructor for class org.apache.xerces.impl.XMLEntityManager.OneCharReader
Constructs this reader from another reader.
XMLEntityManager.ScannedEntity - class org.apache.xerces.impl.XMLEntityManager.ScannedEntity.
Entity state.
XMLEntityManager.ScannedEntity(XMLEntityManager, String, String, String, String, InputStream, Reader, String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Constructs a scanned entity.
XMLEntityManager() - Constructor for class org.apache.xerces.impl.XMLEntityManager
Default constructor.
XMLEntityScanner - class org.apache.xerces.impl.XMLEntityScanner.
This class allows various parser scanners to scan basic XML constructs from entities.
XMLEntityScanner() - Constructor for class org.apache.xerces.impl.XMLEntityScanner
 
XMLErrorReporter - class org.apache.xerces.impl.XMLErrorReporter.
This class is a common element of all parser configurations and is used to report errors that occur.
XMLErrorReporter() - Constructor for class org.apache.xerces.impl.XMLErrorReporter
Constructs an error reporter with a locator.
XMLGrammarParser - class org.apache.xerces.parsers.XMLGrammarParser.
 
XMLGrammarParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarParser
Construct an XMLGrammarParser with the specified symbol table
XMLMessageFormatter - class org.apache.xerces.impl.msg.XMLMessageFormatter.
XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation
XMLMessageFormatter() - Constructor for class org.apache.xerces.impl.msg.XMLMessageFormatter
 
XMLNamespaceBinder - class org.apache.xerces.impl.XMLNamespaceBinder.
This class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler.
XMLNamespaceBinder() - Constructor for class org.apache.xerces.impl.XMLNamespaceBinder
 
XMLNotationDecl - class org.apache.xerces.impl.validation.XMLNotationDecl.
 
XMLNotationDecl() - Constructor for class org.apache.xerces.impl.validation.XMLNotationDecl
 
XMLNS_DOMAIN - Static variable in class org.apache.xerces.impl.msg.XMLMessageFormatter
 
XMLParser - class org.apache.xerces.parsers.XMLParser.
Base class of all XML-related parsers.
XMLParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.XMLParser
Default Constructor.
XMLScanner - class org.apache.xerces.impl.XMLScanner.
This class is responsible for holding scanning methods common to scanning the XML document structure and content as well as the DTD structure and content.
XMLScanner.AttrEntityStack - class org.apache.xerces.impl.XMLScanner.AttrEntityStack.
A stack for keeping track of entity offsets and lengths in attribute values.
XMLScanner.AttrEntityStack() - Constructor for class org.apache.xerces.impl.XMLScanner.AttrEntityStack
 
XMLScanner() - Constructor for class org.apache.xerces.impl.XMLScanner
 
XMLSimpleType - class org.apache.xerces.impl.validation.XMLSimpleType.
 
XMLSimpleType() - Constructor for class org.apache.xerces.impl.validation.XMLSimpleType
 
XMLStringBuffer - class org.apache.xerces.util.XMLStringBuffer.
XMLString is a structure used to pass character arrays.
XMLStringBuffer() - Constructor for class org.apache.xerces.util.XMLStringBuffer
 
XMLStringBuffer(char) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from a char.
XMLStringBuffer(char[], int, int) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from the specified character array.
XMLStringBuffer(int) - Constructor for class org.apache.xerces.util.XMLStringBuffer
 
XMLStringBuffer(String) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from a String.
XMLStringBuffer(XMLString) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from the specified XMLString.

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

Copyright © 1999-2001 Apache XML Project. All Rights Reserved.