Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

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

A

ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: allow Java encodings.
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: allow Java encodings.
ALLOW_JAVA_ENCODINGS - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: allow Java encodings.
ALLOW_UE_AND_NOTATION_EVENTS - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Feature identifier: allow notation and unparsed entity events to be sent out of order.
ALLOW_UE_AND_NOTATION_EVENTS - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
Feature identifier: allow notation and unparsed entity events to be sent out of order.
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(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.AbstractSAXParser
Default constructor.
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.
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.
abort - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
If the user stops the process, this exception will be thrown.
abort() - Method in class org.apache.xerces.parsers.AbstractDOMParser
 
abort() - Method in class org.apache.xerces.parsers.DOMParserImpl
 
addCommonComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11Configuration
Adds common component to the parser configuration.
addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Adds a component to the parser configuration.
addComponent(XMLComponent) - Method in class org.apache.xerces.parsers.XML11Configuration
Adds a component to the parser configuration.
addGrammars(ASModelImpl, XSGrammarBucket) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.  
addRecognizedParamsAndSetDefaults(XMLComponent) - Method in class org.apache.xerces.parsers.XML11Configuration
Adds all of the component's recognized features and properties to the list of default recognized features and properties, and sets default values on the configuration for features and properties which were previously absent from the configuration.
addXML11Component(XMLComponent) - Method in class org.apache.xerces.parsers.XML11Configuration
Adds an XML 1.1 component to the parser configuration.
any(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A content model of ANY.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An attribute declaration.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
An attribute declaration.

B

BIG_PRIME - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
BUFFER_SIZE - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
 
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 parser configuration using the specified symbol table.
BasicParserConfiguration(SymbolTable, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.BasicParserConfiguration
Constructs a parser configuration using the specified symbol table and parent settings.

C

CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: continue after fatal error.
CONTINUE_AFTER_FATAL_ERROR - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
CORE_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
 
CREATE_CDATA_NODES_FEATURE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: create cdata nodes.
CREATE_ENTITY_REF_NODES - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: create entity ref nodes.
CURRENT_ELEMENT_NODE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
 
CachingParserPool - class org.apache.xerces.parsers.CachingParserPool.
A parser pool that enables caching of grammars.
CachingParserPool() - Constructor for class org.apache.xerces.parsers.CachingParserPool
Default constructor.
CachingParserPool(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool
Constructs a caching parser pool with the specified symbol table and grammar pool.
CachingParserPool.ShadowedGrammarPool - class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool.
Shadowed grammar pool.
CachingParserPool.ShadowedGrammarPool(XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Constructs a shadowed grammar pool.
CachingParserPool.SynchronizedGrammarPool - class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool.
Synchronized grammar pool.
CachingParserPool.SynchronizedGrammarPool(XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
Constructs a synchronized grammar pool.
cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Give the grammarPool the option of caching these grammars.
cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
 
canSetParameter(String, Object) - Method in class org.apache.xerces.parsers.DOMParserImpl
 
characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Character content.
checkFeature(String) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.DTDConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.XML11Configuration
Check a feature.
checkFeature(String) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
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.DTDConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.XML11Configuration
Check a property.
checkProperty(String) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Check a property.
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.
cleanup() - Method in class org.apache.xerces.parsers.DTDConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.XML11Configuration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
clear() - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
clear the grammar pool
clearGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
A comment.
configureDTDPipeline() - Method in class org.apache.xerces.parsers.DTDConfiguration
 
configurePipeline() - Method in class org.apache.xerces.parsers.DTDConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.IntegratedParserConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.StandardParserConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.XIncludeParserConfiguration
Configures the pipeline.
configurePipeline() - Method in class org.apache.xerces.parsers.XML11Configuration
Configures the pipeline.
configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XIncludeParserConfiguration
 
configureXML11Pipeline() - Method in class org.apache.xerces.parsers.XML11Configuration
Configures the XML 1.1 pipeline.
containsGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Returns true if the grammar pool contains a grammar associated to the specified description.
countChildren(Node) - Method in class org.apache.xerces.parsers.RevalidatingDOMParser
Returns the true number of children under the specified node.
createAttrNode(QName) - Method in class org.apache.xerces.parsers.AbstractDOMParser
 
createDOMParser() - Method in class org.apache.xerces.parsers.CachingParserPool
Creates a new DOM parser.
createDTDProcessor() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a DTD loader .
createDTDScanner() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a DTD scanner.
createDTDScanner() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Create a DTD scanner.
createDTDValidator() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a DTD validator.
createDTDValidator() - Method in class org.apache.xerces.parsers.IntegratedParserConfiguration
Create a DTD validator: this validator performs namespace binding.
createDatatypeValidatorFactory() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a datatype validator factory.
createDatatypeValidatorFactory() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Create a datatype validator factory.
createDocumentScanner() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a document scanner.
createDocumentScanner() - Method in class org.apache.xerces.parsers.IntegratedParserConfiguration
Create a document scanner: this scanner performs namespace binding
createDocumentScanner() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Create a document scanner.
createElementNode(QName) - Method in class org.apache.xerces.parsers.AbstractDOMParser
 
createEntityManager() - Method in class org.apache.xerces.parsers.DTDConfiguration
Creates an entity manager.
createEntityManager() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Creates an entity manager.
createErrorReporter() - Method in class org.apache.xerces.parsers.DTDConfiguration
Creates an error reporter.
createErrorReporter() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Creates an error reporter.
createNamespaceBinder() - Method in class org.apache.xerces.parsers.DTDConfiguration
Create a namespace binder.
createObject(String, String) - Static method in class org.apache.xerces.parsers.ObjectFactory
Finds the implementation Class object in the specified order.
createObject(String, String, String) - Static method in class org.apache.xerces.parsers.ObjectFactory
Finds the implementation Class object in the specified order.
createSAXParser() - Method in class org.apache.xerces.parsers.CachingParserPool
Creates a new SAX parser.
createValidationManager() - Method in class org.apache.xerces.parsers.DTDConfiguration
 
createValidationManager() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
 

D

DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: datatype validator factory.
DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: datatype validator factory.
DEBUG - Static variable in class org.apache.xerces.parsers.DOMParserImpl
 
DEBUG - Static variable in class org.apache.xerces.parsers.ObjectFactory
Set to true for debugging
DEBUG_BASEURI - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
 
DEBUG_EVENTS - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
 
DEBUG_VALIDATE - Static variable in class org.apache.xerces.parsers.RevalidatingDOMParser
Set to true to debug validate() method.
DECLARATION_HANDLER - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Property id: declaration handler.
DEFAULT_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Default document class name.
DEFAULT_PROPERTIES_FILENAME - Static variable in class org.apache.xerces.parsers.ObjectFactory
 
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).
DEFER_NODE_EXPANSION - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: defer node expansion.
DISALLOW_DOCTYPE_DECL_FEATURE - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature identifier: disallow docType Decls.
DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Property id: document class name.
DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier document scanner:
DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier document scanner:
DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier document scanner:
DOMASBuilderImpl - class org.apache.xerces.parsers.DOMASBuilderImpl.
Deprecated.  
DOMASBuilderImpl() - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Constructs a DOM Builder using the dtd/xml schema parser configuration.
DOMASBuilderImpl(XMLGrammarCachingConfiguration) - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Constructs a DOM Builder using the specified parser configuration.
DOMASBuilderImpl(SymbolTable) - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Constructs a DOM Builder using the specified symbol table.
DOMASBuilderImpl(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Constructs a DOM Builder using the specified symbol table and grammar pool.
DOMParser - class org.apache.xerces.parsers.DOMParser.
This is the main Xerces DOM parser class.
DOMParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified parser configuration.
DOMParser() - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the dtd/xml schema parser configuration.
DOMParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified symbol table.
DOMParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified symbol table and grammar pool.
DOMParserImpl - class org.apache.xerces.parsers.DOMParserImpl.
This is Xerces DOM Builder class.
DOMParserImpl(String, String) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the standard parser configuration.
DOMParserImpl(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the specified parser configuration.
DOMParserImpl(SymbolTable) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the specified symbol table.
DOMParserImpl(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the specified symbol table and grammar pool.
DOM_NODE - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Property id: DOM node.
DTDConfiguration - class org.apache.xerces.parsers.DTDConfiguration.
This is the DTD-only parser configuration.
DTDConfiguration() - Constructor for class org.apache.xerces.parsers.DTDConfiguration
Default constructor.
DTDConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.DTDConfiguration
Constructs a parser configuration using the specified symbol table.
DTDConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DTDConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
DTDConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.DTDConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
DTDParser - class org.apache.xerces.parsers.DTDParser.
 
DTDParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.DTDParser
 
DTD_PROCESSOR - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: DTD loader.
DTD_PROCESSOR - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: DTD loader.
DTD_SCANNER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: DTD scanner.
DTD_SCANNER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: DTD scanner.
DTD_SCANNER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: DTD scanner.
DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: DTD validator.
DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: DTD validator.
DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: DTD validator.
DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Dynamic validation
debugPrintln(String) - Static method in class org.apache.xerces.parsers.ObjectFactory
Prints a message to standard error if debugging is enabled.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Notifies of the presence of the DOCTYPE line in the document.
dom2xmlInputSource(LSInput) - Method in class org.apache.xerces.parsers.DOMParserImpl
NON-DOM: convert LSInput to XNIInputSource

E

ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.  
ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: entity manager.
ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: entity manager.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Property identifier: entity resolver.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XMLParser
Property identifier: entity resolver.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Property identifier: error handler.
ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XMLParser
Property identifier: error handler.
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.  
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: error reporter.
ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Property identifier: error reporter.
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.parsers.XML11Configuration
Feature identifier: 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.parsers.XML11Configuration
Feature identifier: external parameter entities.
element(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A referenced element in a mixed or children content model.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An element declaration.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An element declaration.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An element declaration.
elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
An element declaration.
empty(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A content model of EMPTY.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An empty element.
endAttlist(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of an attribute list.
endAttlist(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of an attribute list.
endAttlist(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The end of an attribute list.
endCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of a CDATA section.
endCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a CDATA section.
endConditional(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of a conditional section.
endConditional(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a conditional section.
endConditional(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The end of a conditional section.
endContentModel(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a content model.
endContentModel() - Method in class org.apache.xerces.parsers.DTDParser
The end of a content model.
endDTD(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of the DTD.
endDTD(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of the DTD.
endDTD(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of the DTD.
endDTD(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The end of the DTD.
endDocument(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of the document.
endDocument(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of the document.
endDocument(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of the document.
endElement(QName, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of an element.
endElement(QName, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of an element.
endElement(QName, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of an element.
endEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
This method notifies the end of an entity.
endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The end of the DTD external subset.
endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The end of the DTD external subset.
endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of the DTD external subset.
endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The end of the external subset.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method notifies the end of a general entity.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
This method notifies the end of an entity.
endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
This method notifies the end of an entity.
endGroup(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The end of a group for mixed or children content models.
endNamespaceMapping() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Send endPrefixMapping events
endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method notifies the end of a parameter entity.
endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
This method notifies the end of an entity.
endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
This method notifies the end of an entity.
exception - Variable in class org.apache.xerces.parsers.ObjectFactory.ConfigurationError
Exception.
expandChildren(Node, int[], Node[], int, StringPool) - Method in class org.apache.xerces.parsers.RevalidatingDOMParser
Expands the children of the specified node into the given integer array (internal indices) and Node array.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An external entity declaration.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An external entity declaration.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An external entity declaration.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
An external entity declaration.

F

f11Initialized - Variable in class org.apache.xerces.parsers.XML11Configuration
Flag indiciating whether XML11 components have been initialized.
fAbstractSchema - Variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.  
fAttrQName - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Attribute QName.
fAttributes - Variable in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
XML attributes.
fAttributesProxy - Variable in class org.apache.xerces.parsers.AbstractSAXParser
 
fAugmentations - Variable in class org.apache.xerces.parsers.AbstractSAXParser
 
fBaseURIStack - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Base uri stack
fBusy - Variable in class org.apache.xerces.parsers.DOMParserImpl
 
fCharBuffer - Variable in class org.apache.xerces.parsers.AbstractSAXParser
 
fCommonComponents - Variable in class org.apache.xerces.parsers.XML11Configuration
Common components: XMLEntityManager, XMLErrorReporter, XMLSchemaValidator
fComponents - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Components.
fComponents - Variable in class org.apache.xerces.parsers.XML11Configuration
XML 1.0 Components.
fConfigUpdated - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
fConfigUpdated is set to true if there has been any change to the configuration settings, i.e a feature or a property was changed.
fConfigUpdated - Variable in class org.apache.xerces.parsers.XML11Configuration
fConfigUpdated is set to true if there has been any change to the configuration settings, i.e a feature or a property was changed.
fConfiguration - Variable in class org.apache.xerces.parsers.XMLParser
The parser configuration.
fContentHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Content handler.
fCreateCDATANodes - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Create cdata nodes.
fCreateEntityRefNodes - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Create entity reference nodes.
fCurrentCDATASection - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fCurrentCDATASectionIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fCurrentDTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
Current DTD scanner.
fCurrentDVFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
Current Datatype validator factory.
fCurrentEntityDecl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fCurrentNode - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Current node.
fCurrentNodeIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fCurrentScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
Current scanner
fDOMFilter - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
The DTD content model handler.
fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
The DTD content model handler.
fDTDContentModelSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
DTD content model source
fDTDHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
DTD handler.
fDTDHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
The DTD handler.
fDTDHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
The DTD handler.
fDTDLoader - Variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
fDTDProcessor - Variable in class org.apache.xerces.parsers.DTDConfiguration
DTD Processor .
fDTDProcessor - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 DTD Processor .
fDTDScanner - Variable in class org.apache.xerces.parsers.DTDConfiguration
DTD scanner.
fDTDScanner - Variable in class org.apache.xerces.parsers.DTDParser
fDTDScanner
fDTDScanner - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
DTD scanner.
fDTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 DTD scanner.
fDTDSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
DTD source
fDTDValidator - Variable in class org.apache.xerces.parsers.DTDConfiguration
DTD Validator.
fDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 DTD Validator: binds namespaces
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.DTDConfiguration
Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 Datatype validator factory.
fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XMLGrammarParser
fDatatypeValidatorFactory
fDeclHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Decl handler.
fDeclaredAttrs - Variable in class org.apache.xerces.parsers.AbstractSAXParser
 
fDeferNodeExpansion - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDeferredDocumentImpl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDeferredEntityDecl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDocument - Variable in class org.apache.xerces.parsers.AbstractDOMParser
The document.
fDocumentClassName - Variable in class org.apache.xerces.parsers.AbstractDOMParser
The document class name to use.
fDocumentHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Document handler.
fDocumentHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
The document handler.
fDocumentHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
The document handler.
fDocumentImpl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
The default Xerces document implementation, if used.
fDocumentIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fDocumentSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Document source
fDocumentType - Variable in class org.apache.xerces.parsers.AbstractDOMParser
The document type node.
fDocumentTypeIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fEntityManager - Variable in class org.apache.xerces.parsers.DTDConfiguration
Entity manager.
fEntityManager - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Entity manager.
fEntityManager - Variable in class org.apache.xerces.parsers.XML11Configuration
Entity manager.
fEntityResolver - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fErrorHandler - Variable in class org.apache.xerces.parsers.AbstractDOMParser
DOM L3 error handler
fErrorReporter - Variable in class org.apache.xerces.parsers.DTDConfiguration
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.parsers.XML11Configuration
Error reporter.
fErrorReporter - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fFilterReject - Variable in class org.apache.xerces.parsers.AbstractDOMParser
LSParserFilter: specifies that element with given QNAME and all its children must be rejected
fFirstChunk - Variable in class org.apache.xerces.parsers.AbstractDOMParser
True if saw the first chunk of characters
fGrammarBucket - Variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.  
fGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Main grammar pool.
fGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
Main grammar pool.
fGrammarPool - Variable in class org.apache.xerces.parsers.DTDConfiguration
Grammar pool.
fGrammarPool - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Grammar pool.
fGrammarPool - Variable in class org.apache.xerces.parsers.XML11Configuration
Grammar pool.
fGrammarPool - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fInCDATASection - Variable in class org.apache.xerces.parsers.AbstractDOMParser
True if inside CDATA section.
fInDTD - Variable in class org.apache.xerces.parsers.AbstractDOMParser
True if inside DTD.
fInDTD - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
True if inside DTD.
fInDTDExternalSubset - Variable in class org.apache.xerces.parsers.AbstractDOMParser
True if inside DTD external subset.
fInEntityRef - Variable in class org.apache.xerces.parsers.AbstractDOMParser
LSParserFilter: true if inside entity reference
fIncludeComments - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Include Comments.
fIncludeIgnorableWhitespace - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Include ignorable whitespace.
fInputSource - Variable in class org.apache.xerces.parsers.DTDConfiguration
Input Source
fInputSource - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Input Source
fInputSource - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fInternalSubset - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Internal subset buffer.
fLastComponent - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Last component in the document pipeline
fLastComponent - Variable in class org.apache.xerces.parsers.XML11Configuration
Last component in the document pipeline
fLastModified - Static variable in class org.apache.xerces.parsers.ObjectFactory
Cache the time stamp of the xerces.properties file so that we know if it's been modified and can invalidate the cache when necessary.
fLexicalHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Lexical handler.
fLoaders - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fLocale - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Locale.
fLocale - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fLocale - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fLocator - Variable in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
XML locator.
fLocator - Variable in class org.apache.xerces.parsers.DTDConfiguration
Locator
fLocator - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Locator
fLocator - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fNamespaceAware - Variable in class org.apache.xerces.parsers.AbstractDOMParser
 
fNamespaceBinder - Variable in class org.apache.xerces.parsers.DTDConfiguration
Namespace binder.
fNamespaceContext - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Namespace context
fNamespacePrefixes - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Namespace prefixes.
fNamespaceScanner - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
Document scanner that does namespace binding.
fNamespaceScanner - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Document scanner that does namespace binding.
fNamespaceScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 Document scanner that does namespace binding.
fNamespaces - Variable in class org.apache.xerces.parsers.AbstractSAXParser
Namespaces.
fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
DTD Validator that does not bind namespaces
fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 DTD Validator that does not bind namespaces
fNonNSScanner - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
Default Xerces implementation of scanner
fNonNSScanner - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Default Xerces implementation of scanner
fNonNSScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.0 Non-namespace implementation of scanner
fParseInProgress - Variable in class org.apache.xerces.parsers.AbstractSAXParser
True if a parse is in progress.
fParseInProgress - Variable in class org.apache.xerces.parsers.DTDConfiguration
True if a parse is in progress.
fParseInProgress - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
True if a parse is in progress.
fParseInProgress - Variable in class org.apache.xerces.parsers.XML11Configuration
True if a parse is in progress.
fQName - Variable in class org.apache.xerces.parsers.AbstractSAXParser
 
fRecognizedParameters - Variable in class org.apache.xerces.parsers.DOMParserImpl
 
fRejectedElement - Variable in class org.apache.xerces.parsers.AbstractDOMParser
LSParserFilter: the QNAME of rejected element
fRoot - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Root element name
fScanner - Variable in class org.apache.xerces.parsers.DTDConfiguration
Document scanner.
fScanner - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Document scanner.
fSchemaLoader - Variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
fSchemaLocation - Variable in class org.apache.xerces.parsers.DOMParserImpl
 
fSchemaLocations - Variable in class org.apache.xerces.parsers.DOMParserImpl
 
fSchemaType - Variable in class org.apache.xerces.parsers.DOMParserImpl
 
fSchemaValidator - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
XML Schema Validator.
fSchemaValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
XML Schema Validator.
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.
fSkippedElemStack - Variable in class org.apache.xerces.parsers.AbstractDOMParser
LSParserFilter: store qnames of skipped elements
fStaticGrammarPool - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
fStaticSymbolTable - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
fStorePSVI - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Whether to store PSVI information in DOM tree.
fStringBuffer - Variable in class org.apache.xerces.parsers.AbstractDOMParser
Character buffer
fSymbolTable - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
Symbol table.
fSymbolTable - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fSymbolTable - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 
fSynchronizedGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool
Grammar pool.
fSynchronizedSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool
Symbol table.
fValidationManager - Variable in class org.apache.xerces.parsers.DTDConfiguration
 
fValidationManager - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
 
fValidationManager - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fVersion - Variable in class org.apache.xerces.parsers.AbstractSAXParser
 
fVersionDetector - Variable in class org.apache.xerces.parsers.XML11Configuration
 
fXIncludeHandler - Variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
 
fXML11Components - Variable in class org.apache.xerces.parsers.XML11Configuration
XML 1.1.
fXML11DTDProcessor - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 DTD processor.
fXML11DTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 DTD scanner.
fXML11DTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 DTD validator that does not do namespace binding.
fXML11DatatypeFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 datatype factory.
fXML11DocScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 document scanner that does not do namespace binding.
fXML11NSDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 DTD validator that does namespace binding.
fXML11NSDocScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
The XML 1.1 document scanner that does namespace binding.
fXercesProperties - Static variable in class org.apache.xerces.parsers.ObjectFactory
cache the contents of the xerces.properties file.
findClassLoader() - Static method in class org.apache.xerces.parsers.ObjectFactory
Figure out which ClassLoader to use.
findJarServiceProvider(String) - Static method in class org.apache.xerces.parsers.ObjectFactory
 
findProviderClass(String, ClassLoader, boolean) - Static method in class org.apache.xerces.parsers.ObjectFactory
Find a Class using the specified ClassLoader

G

GRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Property identifier: grammar pool .
getAbstractSchema() - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Associate an ASModel with a document instance.
getAsync() - Method in class org.apache.xerces.parsers.DOMParserImpl
 
getAttributePSVI(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser
 
getAttributePSVIByName(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
 
getBusy() - Method in class org.apache.xerces.parsers.DOMParserImpl
 
getColumnNumber() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
Column number.
getContentHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current content handler.
getContextClassLoader() - Method in class org.apache.xerces.parsers.SecuritySupport
 
getContextClassLoader() - Method in class org.apache.xerces.parsers.SecuritySupport12
 
getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Returns the registered DTD content model handler.
getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the registered DTD content model handler.
getDTDContentModelSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
 
getDTDGrammar() - Method in class org.apache.xerces.parsers.DTDParser
getDTDGrammar
getDTDHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current DTD handler.
getDTDHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Returns the registered DTD handler.
getDTDHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the registered DTD handler.
getDTDSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
 
getDeclHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Returns the DTD declaration event handler.
getDocument() - Method in class org.apache.xerces.parsers.AbstractDOMParser
Returns the DOM document object.
getDocumentClassName() - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method retreives the name of current document class.
getDocumentHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Returns the registered document handler.
getDocumentHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the registered document handler.
getDocumentSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Returns the document source
getDomConfig() - Method in class org.apache.xerces.parsers.DOMParserImpl
 
getElementPSVI() - Method in class org.apache.xerces.parsers.AbstractSAXParser
 
getEncoding() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
 
getEntityResolver() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
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.parsers.XML11Configuration
Return the current entity resolver.
getEntityResolver() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Returns the registered entity resolver.
getErrorHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
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.parsers.XML11Configuration
Return the current error handler.
getErrorHandler() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Returns the registered error handler.
getException() - Method in class org.apache.xerces.parsers.ObjectFactory.ConfigurationError
Returns the exception associated to this error.
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.
getFeature(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
 
getFeature(String) - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the state of a feature.
getFeature(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
getFileExists(File) - Method in class org.apache.xerces.parsers.SecuritySupport
 
getFileExists(File) - Method in class org.apache.xerces.parsers.SecuritySupport12
 
getFileInputStream(File) - Method in class org.apache.xerces.parsers.SecuritySupport
 
getFileInputStream(File) - Method in class org.apache.xerces.parsers.SecuritySupport12
 
getFilter() - Method in class org.apache.xerces.parsers.DOMParserImpl
When the application provides a filter, the parser will call out to the filter at the completion of the construction of each Element node.
getGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Returns the grammar associated to the specified description.
getGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Returns the registered grammar pool.
getIndex(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getIndex(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getInstance() - Static method in class org.apache.xerces.parsers.SecuritySupport
Return an appropriate instance of this class, depending on whether we're on a JDK 1.1 or J2SE 1.2 (or later) system.
getLastModified(File) - Method in class org.apache.xerces.parsers.SecuritySupport
 
getLastModified(File) - Method in class org.apache.xerces.parsers.SecuritySupport12
 
getLength() - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
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.
getLoader(String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
getLocalName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getLocale() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Returns the locale.
getLocale() - Method in class org.apache.xerces.parsers.XML11Configuration
Returns the locale.
getLocale() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Return the Locale the XMLGrammarLoader is using.
getName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getParameter(String) - Method in class org.apache.xerces.parsers.DOMParserImpl
Look up the value of a feature or a property.
getParameterNames() - Method in class org.apache.xerces.parsers.DOMParserImpl
DOM Level 3 CR - Experimental.
getParentClassLoader(ClassLoader) - Method in class org.apache.xerces.parsers.SecuritySupport
 
getParentClassLoader(ClassLoader) - Method in class org.apache.xerces.parsers.SecuritySupport12
 
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.
getProperty(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
getPublicId() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
Public identifier.
getQName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getResourceAsStream(ClassLoader, String) - Method in class org.apache.xerces.parsers.SecuritySupport
 
getResourceAsStream(ClassLoader, String) - Method in class org.apache.xerces.parsers.SecuritySupport12
 
getSymbolTable() - Method in class org.apache.xerces.parsers.CachingParserPool
Returns the symbol table.
getSystemClassLoader() - Method in class org.apache.xerces.parsers.SecuritySupport
 
getSystemClassLoader() - Method in class org.apache.xerces.parsers.SecuritySupport12
 
getSystemId() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
System identifier.
getSystemProperty(String) - Method in class org.apache.xerces.parsers.SecuritySupport
 
getSystemProperty(String) - Method in class org.apache.xerces.parsers.SecuritySupport12
 
getType(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getType(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getType(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getURI(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getValue(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getValue(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getValue(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
 
getXMLGrammarPool() - Method in class org.apache.xerces.parsers.CachingParserPool
Returns the grammar pool.
getXMLVersion() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
 

H

handleBaseURI(Node) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Record baseURI information for the Element (by adding xml:base attribute) or for the ProcessingInstruction (by setting a baseURI field) Non deferred DOM.
handleBaseURI(int) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Record baseURI information for the Element (by adding xml:base attribute) or for the ProcessingInstruction (by setting a baseURI field) Deferred DOM.

I

INCLUDE_COMMENTS_FEATURE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: include comments.
INCLUDE_IGNORABLE_WHITESPACE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: include ignorable whitespace.
IntegratedParserConfiguration - class org.apache.xerces.parsers.IntegratedParserConfiguration.
This is configuration uses a scanner that integrates both scanning of the document and binding namespaces.
IntegratedParserConfiguration() - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
Default constructor.
IntegratedParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
Constructs a parser configuration using the specified symbol table.
IntegratedParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
IntegratedParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Ignorable whitespace.
ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Characters within an IGNORE conditional section.
ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Characters within an IGNORE conditional section.
initGrammarBucket() - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.  
initGrammarBucketRecurse(ASModelImpl) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.  
initGrammarPool(ASModelImpl, XMLGrammarPool) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.  
initXML11Components() - Method in class org.apache.xerces.parsers.XML11Configuration
 
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An internal entity declaration.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An internal entity declaration.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An internal entity declaration.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
An internal entity declaration.

J

JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: JAXP schema language / DOM schema-type.
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: JAXP schema language / DOM schema-type.
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: JAXP schema source/ DOM schema-location.
JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: JAXP schema source/ DOM schema-location.

K

KNOWN_LOADERS - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
 

L

LEXICAL_HANDLER - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Property id: lexical handler.
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: load external DTD.
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: load external DTD.
LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: load external DTD.
lockGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
lockPool() - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
lock the grammar pool

M

mixedElement(String) - Method in class org.apache.xerces.parsers.DTDParser
A referenced element in a mixed content model.

N

NAMESPACES - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Feature id: namespace.
NAMESPACES - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature identifier: namespaces.
NAMESPACES - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: namespaces.
NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: namespace binder.
NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: namespace binder.
NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: namespace binder.
NAMESPACE_CONTEXT - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
Property identifier: error reporter.
NAMESPACE_PREFIXES - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Feature identifier: namespace prefixes.
NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature identifier: expose schema normalized value
NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: expose schema normalized value
NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: expose schema normalized value
NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: expose schema normalized value
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.SAXParser
Feature identifier: notify built-in refereces.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: notify built-in refereces.
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: notify character refereces.
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: notify character refereces.
NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: notify character refereces.
NonValidatingConfiguration - class org.apache.xerces.parsers.NonValidatingConfiguration.
This is the non validating parser configuration.
NonValidatingConfiguration() - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
Default constructor.
NonValidatingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table.
NonValidatingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
NonValidatingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
newInstance(String, ClassLoader, boolean) - Static method in class org.apache.xerces.parsers.ObjectFactory
Create an instance of a class using the specified ClassLoader
normalize(String) - Static method in class org.apache.xerces.parsers.RevalidatingDOMParser
Debugging normalizing text.
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
A notation declaration
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
A notation declaration
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A notation declaration
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
A notation declaration

O

ObjectFactory - class org.apache.xerces.parsers.ObjectFactory.
This class is duplicated for each JAXP subpackage so keep it in sync.
ObjectFactory() - Constructor for class org.apache.xerces.parsers.ObjectFactory
 
ObjectFactory.ConfigurationError - error org.apache.xerces.parsers.ObjectFactory.ConfigurationError.
A configuration error.
ObjectFactory.ConfigurationError(String, Exception) - Constructor for class org.apache.xerces.parsers.ObjectFactory.ConfigurationError
Construct a new instance with the specified detail string and exception.
occurrence(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The occurrence count for a child in a children content model or for the mixed content model group.
org.apache.xerces.parsers - package org.apache.xerces.parsers
 

P

PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Set to true and recompile to print exception stack trace.
PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Set to true and recompile to print exception stack trace.
PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.XML11Configuration
Set to true and recompile to print exception stack trace.
PSVI_AUGMENT - Static variable in class org.apache.xerces.parsers.DOMParserImpl
 
PSVI_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
 
parse(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Parses the input source specified by the given system identifier.
parse(InputSource) - Method in class org.apache.xerces.parsers.AbstractSAXParser
parse
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Parse an XML document.
parse(String) - Method in class org.apache.xerces.parsers.DOMParser
Parses the input source specified by the given system identifier.
parse(InputSource) - Method in class org.apache.xerces.parsers.DOMParser
parse
parse(LSInput) - Method in class org.apache.xerces.parsers.DOMParserImpl
Parse an XML document from a resource identified by an LSInput.
parse(boolean) - Method in class org.apache.xerces.parsers.DTDConfiguration
Parses the document in a pull parsing fashion.
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.DTDConfiguration
Parses the specified input source.
parse(boolean) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Parses the document in a pull parsing fashion.
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Parses the specified input source.
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11Configuration
Parses the specified input source.
parse(boolean) - Method in class org.apache.xerces.parsers.XML11Configuration
 
parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XMLParser
parse
parseASInputSource(LSInput) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Parse a Abstract Schema from a location identified by an LSInput.
parseASInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.  
parseASURI(String) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Parse a Abstract Schema from a location identified by an URI.
parseDTD(XMLInputSource) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
parseGrammar(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Parse a grammar from a location identified by an URI.
parseGrammar(String, XMLInputSource) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Parse a grammar from a location identified by an XMLInputSource.
parseURI(String) - Method in class org.apache.xerces.parsers.DOMParserImpl
Parse an XML document from a location identified by an URI reference.
parseWithContext(LSInput, Node, short) - Method in class org.apache.xerces.parsers.DOMParserImpl
Parse an XML document or fragment from a resource identified by an LSInput and insert the content into an existing document at the position epcified with the contextNode and action arguments.
parseXMLSchema(XMLInputSource) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
pcdata(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The appearance of "#PCDATA" within a group signifying a mixed content model.
preparseGrammar(String, XMLInputSource) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Parse a grammar from a location identified by an XMLInputSource.
print(Node, String) - Static method in class org.apache.xerces.parsers.RevalidatingDOMParser
Debugging print method.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
A processing instruction.

R

RECOGNIZED_FEATURES - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Recognized features.
RECOGNIZED_FEATURES - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Recognized features.
RECOGNIZED_FEATURES - Static variable in class org.apache.xerces.parsers.SAXParser
Recognized features.
RECOGNIZED_PROPERTIES - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
Recognized properties.
RECOGNIZED_PROPERTIES - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Recognized properties.
RECOGNIZED_PROPERTIES - Static variable in class org.apache.xerces.parsers.DOMParser
Recognized properties.
RECOGNIZED_PROPERTIES - Static variable in class org.apache.xerces.parsers.SAXParser
Recognized properties.
RECOGNIZED_PROPERTIES - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Recognized properties.
RECOGNIZED_PROPERTIES - Static variable in class org.apache.xerces.parsers.XMLParser
Recognized properties.
RevalidatingDOMParser - class org.apache.xerces.parsers.RevalidatingDOMParser.
This class is a validating DOM parser which can also "revalidate" a DOM subtree after the document has been parsed.
RevalidatingDOMParser() - Constructor for class org.apache.xerces.parsers.RevalidatingDOMParser
 
recursiveValidate(Node, XMLValidator, StringPool) - Method in class org.apache.xerces.parsers.RevalidatingDOMParser
Recursive validation.
registerPreparser(String, XMLGrammarLoader) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
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.AbstractXMLDocumentParser
reset all components before parsing
reset() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
reset all components before parsing and namespace context
reset() - Method in class org.apache.xerces.parsers.DOMParserImpl
Resets the parser state.
reset() - Method in class org.apache.xerces.parsers.DTDConfiguration
Reset all components before parsing.
reset() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Reset all components before parsing.
reset() - Method in class org.apache.xerces.parsers.XML11Configuration
reset all XML 1.0 components before parsing and namespace context
reset() - Method in class org.apache.xerces.parsers.XMLParser
reset all components before parsing
resetCommon() - Method in class org.apache.xerces.parsers.XML11Configuration
reset all common components before parsing
resetXML11() - Method in class org.apache.xerces.parsers.XML11Configuration
reset all components before parsing and namespace context
retrieveGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Retrieve a particular grammar.
retrieveGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
 
retrieveInitialGrammarSet(String) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Retrieve the initial set of grammars for the validator to work with.
retrieveInitialGrammarSet(String) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
 

S

SAXParser - class org.apache.xerces.parsers.SAXParser.
This is the main Xerces SAX parser class.
SAXParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the specified parser configuration.
SAXParser() - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the dtd/xml schema parser configuration.
SAXParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the specified symbol table.
SAXParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.SAXParser
Constructs a SAX parser using the specified symbol table and grammar pool.
SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: augment PSVI
SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: augment PSVI
SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: send element default value via characters()
SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Feature identifier: send element default value via characters()
SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: send element default value via characters()
SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated.  
SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
SCHEMA_LOCATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: schema location.
SCHEMA_LOCATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: schema location.
SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: no namespace schema location.
SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: no namespace schema location.
SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: XML Schema validator.
SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
Property identifier: XML Schema validator.
SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: XML Schema validator.
SECURITY_MANAGER_PROPERTY - Static variable in class org.apache.xerces.parsers.SecurityConfiguration
 
STRING_INTERNING - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
Feature id: string interning.
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.DOMASBuilderImpl
Deprecated.  
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMParser
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMParserImpl
 
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.SAXParser
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
Property identifier: symbol table.
SecurityConfiguration - class org.apache.xerces.parsers.SecurityConfiguration.
This configuration allows Xerces to behave in a security-conscious manner; that is, it permits applications to instruct Xerces to limit certain operations that could be exploited by malicious document authors to cause a denail-of-service attack when the document is parsed.
SecurityConfiguration() - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
Default constructor.
SecurityConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
Constructs a parser configuration using the specified symbol table.
SecurityConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
SecurityConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
SecuritySupport - class org.apache.xerces.parsers.SecuritySupport.
This class is duplicated for each JAXP subpackage so keep it in sync.
SecuritySupport() - Constructor for class org.apache.xerces.parsers.SecuritySupport
 
SecuritySupport12 - class org.apache.xerces.parsers.SecuritySupport12.
This class is duplicated for each JAXP subpackage so keep it in sync.
SecuritySupport12() - Constructor for class org.apache.xerces.parsers.SecuritySupport12
 
StandardParserConfiguration - class org.apache.xerces.parsers.StandardParserConfiguration.
This is the "standard" parser configuration.
StandardParserConfiguration() - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Default constructor.
StandardParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Constructs a parser configuration using the specified symbol table.
StandardParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
StandardParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
securitySupport - Static variable in class org.apache.xerces.parsers.SecuritySupport
 
separator(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The separator between choices or sequences of a mixed or children content model.
setAbstractSchema(ASModel) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Associate an ASModel with a document instance.
setAttributes(XMLAttributes) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
Sets the XML attributes.
setCharacterData(boolean) - Method in class org.apache.xerces.parsers.AbstractDOMParser
 
setContentHandler(ContentHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Allow an application to register a content event handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
Sets the DTD content model handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
Sets the DTD content model handler.
setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
 
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
Sets the DTD handler.
setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
Sets the DTD handler.
setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
 
setDeclHandler(DeclHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the DTD declaration event handler.
setDocumentClassName(String) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method allows the programmer to decide which document factory to use when constructing the DOM tree.
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
Sets the document handler on the last component in the pipeline to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
Sets the document handler on the last component in the pipeline to receive information about the document.
setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Sets the document source
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Sets the resolver used to resolve external entities.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
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(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XML11Configuration
Sets the resolver used to resolve external entities.
setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Sets the entity resolver.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Allow an application to register an error event handler.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
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(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
Allow an application to register an error event handler.
setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Sets the error handler.
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.BasicParserConfiguration
Set the state of a feature.
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.parsers.NonValidatingConfiguration
 
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XML11Configuration
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
setFilter(LSParserFilter) - Method in class org.apache.xerces.parsers.DOMParserImpl
When the application provides a filter, the parser will call out to the filter at the completion of the construction of each Element node.
setGrammarPool(XMLGrammarPool) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Sets the grammar pool.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.DTDConfiguration
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11Configuration
Sets the input source for the document to parse.
setLexicalHandler(LexicalHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Set the lexical event handler.
setLocale(Locale) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Set the locale to use for messages.
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.BasicParserConfiguration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.DTDConfiguration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.XML11Configuration
Set the locale to use for messages.
setLocale(Locale) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
Set the locale to use for messages.
setParameter(String, Object) - Method in class org.apache.xerces.parsers.DOMParserImpl
Set parameters and properties
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.BasicParserConfiguration
setProperty
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.parsers.NonValidatingConfiguration
 
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XIncludeParserConfiguration
 
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XML11Configuration
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
 
setShadowSymbolTable(boolean) - Method in class org.apache.xerces.parsers.CachingParserPool
Sets whether new parser instance receive shadow copies of the main symbol table.
startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of an attribute list.
startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of an attribute list.
startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The start of an attribute list.
startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of a CDATA section.
startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of a CDATA section.
startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of a conditional section.
startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of a conditional section.
startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The start of a conditional section.
startContentModel(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of a content model.
startContentModel(String, short) - Method in class org.apache.xerces.parsers.DTDParser
The start of a content model.
startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of the DTD.
startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of the DTD.
startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The start of the DTD.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of the document.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of an element.
startEntity(String, String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
This method notifies of the start of an entity.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
The start of the DTD external subset.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
The start of the DTD external subset.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
The start of the DTD external subset.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
The start of the external subset.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method notifies the start of a general entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
This method notifies of the start of an entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
This method notifies the start of an entity.
startGroup(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A start of either a mixed or children content model.
startNamespaceMapping() - Method in class org.apache.xerces.parsers.AbstractSAXParser
Send startPrefixMapping events
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
This method notifies of the start of a parameter entity.
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
This method notifies of the start of parameter entity.
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
This method notifies the start of an entity.

T

textDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - 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.
type(int) - Static method in class org.apache.xerces.parsers.RevalidatingDOMParser
Debugging node type name.

U

unlockGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
unlockPool() - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
unlock the grammar pool
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
An unparsed entity declaration.
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
An unparsed entity declaration.
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
An unparsed entity declaration.
unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
An unparsed entity declaration.

V

VALIDATION - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: validation.
VALIDATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: validation.
VALIDATION_FEATURE - Static variable in class org.apache.xerces.parsers.DOMParserImpl
Feature id: validation.
VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
 
VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.XML11Configuration
 
validate(Node) - Method in class org.apache.xerces.parsers.RevalidatingDOMParser
Given a node which is a DOM tree (or subtree), validate the tree against the current DTD.

W

WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: warn on duplicate attribute definition.
WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: warn on duplicate attribute definition.
WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: warn on duplicate attribute definition.
WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: warn on duplicate entity definition.
WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: warn on duplicate entity definition.
WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: warn on duplicate entity definition.
WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Feature identifier: warn on undeclared element definition.
WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Feature identifier: warn on undeclared element definition.
WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.parsers.XML11Configuration
Feature identifier: warn on undeclared element definition.

X

XINCLUDE_HANDLER - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
Property identifier: error reporter.
XIncludeParserConfiguration - class org.apache.xerces.parsers.XIncludeParserConfiguration.
This parser configuration includes an XIncludeHandler in the pipeline before the schema validator, or as the last component in the pipeline if there is no schema validator.
XIncludeParserConfiguration() - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
Default constructor.
XIncludeParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
Constructs a parser configuration using the specified symbol table.
XIncludeParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XIncludeParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XML11Configuration - class org.apache.xerces.parsers.XML11Configuration.
This class is the configuration used to parse XML 1.0 and XML 1.1 documents.
XML11Configuration() - Constructor for class org.apache.xerces.parsers.XML11Configuration
Default constructor.
XML11Configuration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11Configuration
Constructs a parser configuration using the specified symbol table.
XML11Configuration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11Configuration
Constructs a parser configuration using the specified symbol table and grammar pool.
XML11Configuration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11Configuration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11Configuration
 
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(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the specified parser configuration.
XMLDocumentParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the specified symbol table.
XMLDocumentParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
Constructs a document parser using the specified symbol table and grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.DOMParser
Property identifier: XML grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.DTDConfiguration
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.SAXParser
Property identifier: XML grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: grammar pool.
XMLGrammarCachingConfiguration - class org.apache.xerces.parsers.XMLGrammarCachingConfiguration.
This configuration provides a generic way of using Xerces's grammar caching facilities.
XMLGrammarCachingConfiguration() - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Default constructor.
XMLGrammarCachingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Constructs a parser configuration using the specified symbol table.
XMLGrammarCachingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XMLGrammarCachingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
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
XMLGrammarPreparser - class org.apache.xerces.parsers.XMLGrammarPreparser.
This class provides an easy way for a user to preparse grammars of various types.
XMLGrammarPreparser() - Constructor for class org.apache.xerces.parsers.XMLGrammarPreparser
Default constructor.
XMLGrammarPreparser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarPreparser
Constructs a preparser using the specified symbol table.
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.
XMLSCHEMA - Static variable in class org.apache.xerces.parsers.DOMParserImpl
XML Schema validation
XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
feature identifier: XML Schema validation -- full checking
XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.XML11Configuration
feature identifier: XML Schema validation -- full checking
XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
feature identifier: XML Schema validation
XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
feature identifier: XML Schema validation
XML_STRING - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
Property identifier: xml string.
XML_STRING - Static variable in class org.apache.xerces.parsers.XML11Configuration
Property identifier: xml string.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Notifies of the presence of an XMLDecl line in the document.

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