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

X

xCatalogPubId - Static variable in class org.apache.xml.resolver.helpers.BootstrapResolver
Public identifier for legacy Apache XCatalog files.
XCatalogReader - Class in org.apache.xml.resolver.readers
Parse "XCatalog" XML Catalog files, this is the XML Catalog format developed by John Cowan and supported by Apache.
XCatalogReader() - Constructor for class org.apache.xml.resolver.readers.XCatalogReader
Default constructor
XCatalogReader(SAXParserFactory, Catalog) - Constructor for class org.apache.xml.resolver.readers.XCatalogReader
Constructor allowing for providing custom SAX parser factory
XERCES_FEATURE_PREFIX - Static variable in class org.apache.xerces.impl.Constants
Xerces features prefix ("http://apache.org/xml/features/").
XERCES_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
Xerces properties prefix ("http://apache.org/xml/properties/").
XHTML - Static variable in class org.apache.xml.serialize.Method
Deprecated. The output method for HTML documents as XHTML.
XHTMLNamespace - Static variable in class org.apache.xml.serialize.HTMLSerializer
Deprecated.  
XHTMLPublicId - Static variable in class org.apache.xml.serialize.HTMLdtd
Deprecated. Public identifier for XHTML 1.0 (Strict) document type.
XHTMLPublicId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
Deprecated. Public identifier for XHTML 1.0 (Strict) document type.
XHTMLSerializer - Class in org.apache.xml.serialize
Deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing XHTML. See the Xerces documentation for more information.
XHTMLSerializer() - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated. Constructs a new serializer.
XHTMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated. Constructs a new serializer.
XHTMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.
XHTMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
XHTMLSystemId - Static variable in class org.apache.xml.serialize.HTMLdtd
Deprecated. System identifier for XHTML 1.0 (Strict) document type.
XHTMLSystemId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
Deprecated. System identifier for XHTML 1.0 (Strict) document type.
XInclude11TextReader - Class in org.apache.xerces.xinclude
This class is used for reading resources requested in <include> elements in XML 1.1 entities, when the parse attribute of the <include> element is "text".
XInclude11TextReader(XMLInputSource, XIncludeHandler, int) - Constructor for class org.apache.xerces.xinclude.XInclude11TextReader
Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
XINCLUDE_ATTR_ACCEPT - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_ATTR_ACCEPT_LANGUAGE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_ATTR_ENCODING - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_ATTR_HREF - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_ATTR_PARSE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_DEFAULT_CONFIGURATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_DOMAIN - Static variable in class org.apache.xerces.xinclude.XIncludeMessageFormatter
 
XINCLUDE_FALLBACK - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
XInclude processing feature ("xinclude").
XINCLUDE_FIXUP_BASE_URIS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
XInclude fixup base URIs feature ("xinclude/fixup-base-uris").
XINCLUDE_FIXUP_LANGUAGE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
XInclude fixup language feature ("xinclude/fixup-language").
XINCLUDE_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
XInclude handler property ("internal/xinclude-handler").
XINCLUDE_INCLUDE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_INCLUDED - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_NS_URI - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_PARSE_TEXT - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XINCLUDE_PARSE_XML - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XIncludeAwareParserConfiguration - Class in org.apache.xerces.parsers
This class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for XInclude.
XIncludeAwareParserConfiguration() - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Default constructor.
XIncludeAwareParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Constructs a parser configuration using the specified symbol table.
XIncludeAwareParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XIncludeAwareParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XIncludeHandler - Class in org.apache.xerces.xinclude
This is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions.
XIncludeHandler() - Constructor for class org.apache.xerces.xinclude.XIncludeHandler
 
XIncludeMessageFormatter - Class in org.apache.xerces.xinclude
XIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation
XIncludeMessageFormatter() - Constructor for class org.apache.xerces.xinclude.XIncludeMessageFormatter
 
XIncludeNamespaceSupport - Class in org.apache.xerces.xinclude
This is an implementation of NamespaceContext which is intended to be used for XInclude processing.
XIncludeNamespaceSupport() - Constructor for class org.apache.xerces.xinclude.XIncludeNamespaceSupport
 
XIncludeNamespaceSupport(NamespaceContext) - Constructor for class org.apache.xerces.xinclude.XIncludeNamespaceSupport
 
XIncludeParserConfiguration - Class in org.apache.xerces.parsers
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.
XIncludeTextReader - Class in org.apache.xerces.xinclude
This class is used for reading resources requested in <include> elements, when the parse attribute of the <include> element is "text".
XIncludeTextReader(XMLInputSource, XIncludeHandler, int) - Constructor for class org.apache.xerces.xinclude.XIncludeTextReader
Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
XInt - Class in org.apache.xerces.impl.xs.util
 
XIntPool - Class in org.apache.xerces.impl.xs.util
 
XIntPool() - Constructor for class org.apache.xerces.impl.xs.util.XIntPool
 
XML - Static variable in class org.apache.xml.serialize.Method
Deprecated. The output method for XML documents.
XML11Char - Class in org.apache.xerces.util
This class defines the basic properties of characters in XML 1.1.
XML11Char() - Constructor for class org.apache.xerces.util.XML11Char
 
XML11Configurable - Interface in org.apache.xerces.parsers
An XMLParserConfiguration implements this interface in order to indicate that it provides support for XML 1.1.
XML11Configuration - Class in org.apache.xerces.parsers
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.
XML11DocumentScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning XML document structure and content.
XML11DocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XML11DocumentScannerImpl
Default constructor.
XML11DTDConfiguration - Class in org.apache.xerces.parsers
This class is the DTD-only parser configuration used to parse XML 1.0 and XML 1.1 documents.
XML11DTDConfiguration() - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
Default constructor.
XML11DTDConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
Constructs a parser configuration using the specified symbol table.
XML11DTDConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XML11DTDConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XML11DTDDVFactoryImpl - Class in org.apache.xerces.impl.dv.dtd
the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
XML11DTDDVFactoryImpl() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
 
XML11DTDProcessor - Class in org.apache.xerces.impl.dtd
This class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly.
XML11DTDProcessor() - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
 
XML11DTDProcessor(SymbolTable) - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
 
XML11DTDProcessor(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
 
XML11DTDScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
XML11DTDScannerImpl() - Constructor for class org.apache.xerces.impl.XML11DTDScannerImpl
Default constructor.
XML11DTDScannerImpl(SymbolTable, XMLErrorReporter, XMLEntityManager) - Constructor for class org.apache.xerces.impl.XML11DTDScannerImpl
Constructor for he use of non-XMLComponentManagers.
XML11DTDValidator - Class in org.apache.xerces.impl.dtd
This allows the validator to correctlyhandle XML 1.1 documents.
XML11DTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XML11DTDValidator
Default constructor.
XML11EntityScanner - Class in org.apache.xerces.impl
Implements the entity scanner methods in the context of XML 1.1.
XML11EntityScanner() - Constructor for class org.apache.xerces.impl.XML11EntityScanner
Default constructor.
XML11IDDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
IDDatatypeValidator - ID represents the ID attribute type from XML 1.1 Recommendation.
XML11IDDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11IDDatatypeValidator
 
XML11IDREFDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.1 recommendation.
XML11IDREFDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11IDREFDatatypeValidator
 
XML11NamespaceBinder - Class in org.apache.xerces.impl
This class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1.
XML11NamespaceBinder() - Constructor for class org.apache.xerces.impl.XML11NamespaceBinder
Default constructor.
XML11NMTOKENDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
NMTOKEN datatype validator for NMTokens from XML 1.1.
XML11NMTOKENDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator
 
XML11NonValidatingConfiguration - Class in org.apache.xerces.parsers
This class is the non vlaidating parser configuration used to parse XML 1.0 and XML 1.1 documents.
XML11NonValidatingConfiguration() - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Default constructor.
XML11NonValidatingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table.
XML11NonValidatingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XML11NonValidatingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XML11NSDocumentScannerImpl - Class in org.apache.xerces.impl
The scanner acts as the source for the document information which is communicated to the document handler.
XML11NSDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XML11NSDocumentScannerImpl
 
XML11NSDTDValidator - Class in org.apache.xerces.impl.dtd
The DTD validator.
XML11NSDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XML11NSDTDValidator
 
XML11Serializer - Class in org.apache.xml.serialize
Deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
XML11Serializer() - Constructor for class org.apache.xml.serialize.XML11Serializer
Deprecated. Constructs a new serializer.
XML11Serializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
Deprecated. Constructs a new serializer.
XML11Serializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.
XML11Serializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
XML_11_FEATURE - Static variable in class org.apache.xerces.impl.Constants
XML 1.1 feature ("xml-1.1").
XML_DOMAIN - Static variable in class org.apache.xerces.dom.DOMMessageFormatter
 
XML_DOMAIN - Static variable in class org.apache.xerces.impl.msg.XMLMessageFormatter
The domain of messages concerning the XML 1.0 specification.
XML_DTD - Static variable in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
The grammar type constant for DTD grammars.
XML_DTD_NS_URI - Static variable in class javax.xml.XMLConstants
XML Document Type Declaration Namespace URI as an arbitrary value.
XML_NS_PREFIX - Static variable in class javax.xml.XMLConstants
The official XML Namespace prefix.
XML_NS_URI - Static variable in class javax.xml.XMLConstants
The official XML Namespace name URI.
XML_SCHEMA - Static variable in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
The grammar type constant for XML Schema grammars.
XML_STRING_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
XML string property ("xml-string").
XML_URI - Static variable in interface org.apache.xerces.xni.NamespaceContext
The XML Namespace ("http://www.w3.org/XML/1998/namespace").
XML_VERSION_1_0 - Static variable in class org.apache.xerces.impl.Constants
 
XML_VERSION_1_1 - Static variable in class org.apache.xerces.impl.Constants
 
XML_VERSION_ERROR - Static variable in class org.apache.xerces.impl.Constants
 
XMLAttributeDecl - Class in org.apache.xerces.impl.dtd
 
XMLAttributeDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLAttributeDecl
 
XMLAttributes - Interface in org.apache.xerces.xni
The XMLAttributes interface defines a collection of attributes for an element.
XMLAttributesImpl - Class in org.apache.xerces.util
The XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element.
XMLAttributesImpl() - Constructor for class org.apache.xerces.util.XMLAttributesImpl
Default constructor.
XMLAttributesImpl(int) - Constructor for class org.apache.xerces.util.XMLAttributesImpl
 
xmlCatalogPubId - Static variable in class org.apache.xml.resolver.helpers.BootstrapResolver
Public identifier for OASIS XML Catalog files.
XMLCatalogResolver - Class in org.apache.xerces.util
The catalog resolver handles the resolution of external identifiers and URI references through XML catalogs.
XMLCatalogResolver() - Constructor for class org.apache.xerces.util.XMLCatalogResolver
Constructs a catalog resolver with a default configuration.
XMLCatalogResolver(String[]) - Constructor for class org.apache.xerces.util.XMLCatalogResolver
Constructs a catalog resolver with the given list of entry files.
XMLCatalogResolver(String[], boolean) - Constructor for class org.apache.xerces.util.XMLCatalogResolver
Constructs a catalog resolver with the given list of entry files and the preference for whether system or public matches are preferred.
xmlCatalogRNG - Static variable in class org.apache.xml.resolver.helpers.BootstrapResolver
URI of the RELAX NG Grammar for OASIS XML Catalog files.
xmlCatalogSysId - Static variable in class org.apache.xml.resolver.helpers.BootstrapResolver
System identifier for OASIS XML Catalog files.
xmlCatalogXSD - Static variable in class org.apache.xml.resolver.helpers.BootstrapResolver
URI of the W3C XML Schema for OASIS XML Catalog files.
XMLChar - Class in org.apache.xerces.util
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.xerces.util.XMLChar
 
XMLComponent - Interface in org.apache.xerces.xni.parser
The component interface defines methods that must be implemented by components in a parser configuration.
XMLComponentManager - Interface in org.apache.xerces.xni.parser
The component manager manages a parser configuration and the components that make up that configuration.
XMLConfigurationException - Exception in org.apache.xerces.xni.parser
An XNI parser configuration exception.
XMLConfigurationException(short, String) - Constructor for exception org.apache.xerces.xni.parser.XMLConfigurationException
Constructs a configuration exception with the specified type and feature/property identifier.
XMLConfigurationException(short, String, String) - Constructor for exception org.apache.xerces.xni.parser.XMLConfigurationException
Constructs a configuration exception with the specified type, feature/property identifier, and error message
XMLConstants - Class in javax.xml
Utility class to contain basic XML values as constants.
XMLContentSpec - Class in org.apache.xerces.impl.dtd
ContentSpec really exists to aid the parser classes in implementing access to the grammar.
XMLContentSpec() - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
Default constructor.
XMLContentSpec(short, Object, Object) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
Constructs a content spec with the specified values.
XMLContentSpec(XMLContentSpec) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
Constructs a content spec from the values in the specified content spec.
XMLContentSpec(XMLContentSpec.Provider, int) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
Constructs a content spec from the values specified by the given content spec provider and identifier.
XMLContentSpec.Provider - Interface in org.apache.xerces.impl.dtd
Provides a means for walking the structure built out of content spec "nodes".
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Notifies of the presence of an XMLDecl line in the document.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Notifies of the presence of an XMLDecl line in the document.
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.
xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
xmlDecl(String, String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Notifies of the presence of an XMLDecl line in the document.
XMLDocumentFilter - Interface in org.apache.xerces.xni.parser
Defines a document filter that acts as both a receiver and an emitter of document events.
XMLDocumentFragmentHandler - Interface in org.apache.xerces.xni
This handler interface contains methods necessary to receive information about document elements and content.
XMLDocumentFragmentScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning the structure and content of document fragments.
XMLDocumentFragmentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Default constructor.
XMLDocumentHandler - Interface in org.apache.xerces.xni
The document handler interface defines callback methods to report information items in XML documents.
XMLDocumentParser - Class in org.apache.xerces.parsers
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.
XMLDocumentScanner - Interface in org.apache.xerces.xni.parser
This interface defines a generic document scanner.
XMLDocumentScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning XML document structure and content.
XMLDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl
Default constructor.
XMLDocumentSource - Interface in org.apache.xerces.xni.parser
Defines a document source.
XMLDTDContentModelFilter - Interface in org.apache.xerces.xni.parser
Defines a DTD content model filter that acts as both a receiver and an emitter of DTD content model events.
XMLDTDContentModelHandler - Interface in org.apache.xerces.xni
The DTD content model handler interface defines callback methods to report information items in DTD content models of an element declaration.
XMLDTDContentModelSource - Interface in org.apache.xerces.xni.parser
Defines a DTD content model source.
XMLDTDDescription - Class in org.apache.xerces.impl.dtd
All information specific to DTD grammars.
XMLDTDDescription(XMLResourceIdentifier, String) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
 
XMLDTDDescription(String, String, String, String, String) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
 
XMLDTDDescription(XMLInputSource) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
 
XMLDTDDescription - Interface in org.apache.xerces.xni.grammars
All information specific to DTD grammars.
XMLDTDFilter - Interface in org.apache.xerces.xni.parser
Defines a DTD filter that acts as both a receiver and an emitter of DTD events.
XMLDTDHandler - Interface in org.apache.xerces.xni
The DTD handler interface defines callback methods to report information items in the DTD of an XML document.
XMLDTDLoader - Class in org.apache.xerces.impl.dtd
The DTD loader.
XMLDTDLoader() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
Deny default construction; we need a SymtolTable!
XMLDTDLoader(SymbolTable) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
 
XMLDTDLoader(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
 
XMLDTDProcessor - Class in org.apache.xerces.impl.dtd
The DTD processor.
XMLDTDProcessor() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDProcessor
Default constructor.
XMLDTDScanner - Interface in org.apache.xerces.xni.parser
This interface defines a generic DTD scanner.
XMLDTDScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
XMLDTDScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDTDScannerImpl
Default constructor.
XMLDTDScannerImpl(SymbolTable, XMLErrorReporter, XMLEntityManager) - Constructor for class org.apache.xerces.impl.XMLDTDScannerImpl
Constructor for he use of non-XMLComponentManagers.
XMLDTDSource - Interface in org.apache.xerces.xni.parser
Defines a DTD source.
XMLDTDValidator - Class in org.apache.xerces.impl.dtd
The DTD validator.
XMLDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDValidator
Default constructor.
XMLDTDValidatorFilter - Interface in org.apache.xerces.impl.dtd
Defines a DTD Validator filter to allow components to query the DTD validator.
XMLElementDecl - Class in org.apache.xerces.impl.dtd
 
XMLElementDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLElementDecl
 
XMLEntityDecl - Class in org.apache.xerces.impl.dtd
 
XMLEntityDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLEntityDecl
 
XMLEntityDescription - Interface in org.apache.xerces.impl
This interface describes the properties of entities--their physical location and their name.
XMLEntityDescriptionImpl - Class in org.apache.xerces.util
This class is an implementation of the XMLEntityDescription interface which describes the properties of an entity.
XMLEntityDescriptionImpl() - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
Constructs an empty entity description.
XMLEntityDescriptionImpl(String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
Constructs an entity description.
XMLEntityDescriptionImpl(String, String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
Constructs a resource identifier.
XMLEntityHandler - Interface in org.apache.xerces.impl
The entity handler interface defines methods to report information about the start and end of entities.
XMLEntityManager - Class in org.apache.xerces.impl
The entity manager handles the registration of general and parameter entities; resolves entities; and starts entities.
XMLEntityManager() - Constructor for class org.apache.xerces.impl.XMLEntityManager
Default constructor.
XMLEntityManager(XMLEntityManager) - Constructor for class org.apache.xerces.impl.XMLEntityManager
Constructs an entity manager that shares the specified entity declarations during each parse.
XMLEntityManager.Entity - Class in org.apache.xerces.impl
Entity information.
XMLEntityManager.Entity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.Entity
Default constructor.
XMLEntityManager.Entity(String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.Entity
Constructs an entity.
XMLEntityManager.ScannedEntity - Class in org.apache.xerces.impl
Entity state.
XMLEntityManager.ScannedEntity(String, XMLResourceIdentifier, InputStream, Reader, byte[], String, boolean, boolean, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Constructs a scanned entity.
XMLEntityResolver - Interface in org.apache.xerces.xni.parser
This interface is used to resolve external parsed entities.
XMLEntityScanner - Class in org.apache.xerces.impl
Implements the entity scanner methods.
XMLEntityScanner() - Constructor for class org.apache.xerces.impl.XMLEntityScanner
Default constructor.
XMLErrorHandler - Interface in org.apache.xerces.xni.parser
An interface for handling errors.
XMLErrorReporter - Class in org.apache.xerces.impl
This class is a common element of all parser configurations and is used to report errors that occur.
XMLErrorReporter() - Constructor for class org.apache.xerces.impl.XMLErrorReporter
Constructs an error reporter with a locator.
XMLEvent - Interface in javax.xml.stream.events
This is the base event interface for handling markup events.
XMLEventAllocator - Interface in javax.xml.stream.util
This interface defines a class that allows a user to register a way to allocate events given an XMLStreamReader.
XMLEventConsumer - Interface in javax.xml.stream.util
This interface defines an event consumer interface.
XMLEventFactory - Class in javax.xml.stream
This interface defines a utility class for creating instances of XMLEvents
XMLEventReader - Interface in javax.xml.stream
This is the top level interface for parsing XML Events.
XMLEventWriter - Interface in javax.xml.stream
This is the top level interface for writing XML documents.
XMLFilter - Interface in org.xml.sax
Interface for an XML filter.
XMLFilterImpl - Class in org.xml.sax.helpers
Base class for deriving an XML filter.
XMLFilterImpl() - Constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an empty XML filter, with no parent.
XMLFilterImpl(XMLReader) - Constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an XML filter with the specified parent.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
Property identifier: grammar pool.
XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
Property identifier: grammar pool.
XMLGRAMMAR_POOL_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Grammar pool property ("internal/grammar-pool").
XMLGrammarCachingConfiguration - Class in org.apache.xerces.parsers
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.
XMLGrammarDescription - Interface in org.apache.xerces.xni.grammars
This interface describes basic attributes of XML grammars--their physical location and their type.
XMLGrammarLoader - Interface in org.apache.xerces.xni.grammars
The intention of this interface is to provide a generic means by which Grammar objects may be created without parsing instance documents.
XMLGrammarParser - Class in org.apache.xerces.parsers
 
XMLGrammarPool - Interface in org.apache.xerces.xni.grammars
This interface specifies how the parser and the application interact with respect to Grammar objects that the application possesses--either by having precompiled them or by having stored them from a previous validation of an instance document.
XMLGrammarPoolImpl - Class in org.apache.xerces.util
Stores grammars in a pool associated to a specific key.
XMLGrammarPoolImpl() - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl
Constructs a grammar pool with a default number of buckets.
XMLGrammarPoolImpl(int) - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl
Constructs a grammar pool with a specified number of buckets.
XMLGrammarPreparser - Class in org.apache.xerces.parsers
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.
XMLGregorianCalendar - Class in javax.xml.datatype
Representation for W3C XML Schema 1.0 date/time datatypes.
XMLGregorianCalendar() - Constructor for class javax.xml.datatype.XMLGregorianCalendar
 
XMLInputFactory - Class in javax.xml.stream
Defines an abstract implementation of a factory for getting streams.
XMLInputSource - Class in org.apache.xerces.xni.parser
This class represents an input source for an XML document.
XMLInputSource(String, String, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from just the public and system identifiers, leaving resolution of the entity and opening of the input stream up to the caller.
XMLInputSource(XMLResourceIdentifier) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from a XMLResourceIdentifier object, leaving resolution of the entity and opening of the input stream up to the caller.
XMLInputSource(String, String, String, InputStream, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from a byte stream.
XMLInputSource(String, String, String, Reader, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from a character stream.
XMLLocator - Interface in org.apache.xerces.xni
Location information.
XMLLocatorWrapper - Class in org.apache.xerces.util
A light wrapper around an XMLLocator.
XMLLocatorWrapper() - Constructor for class org.apache.xerces.util.XMLLocatorWrapper
 
XMLMessageFormatter - Class in org.apache.xerces.impl.msg
XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation
XMLMessageFormatter() - Constructor for class org.apache.xerces.impl.msg.XMLMessageFormatter
 
XMLNamespaceBinder - Class in org.apache.xerces.impl
This class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler.
XMLNamespaceBinder() - Constructor for class org.apache.xerces.impl.XMLNamespaceBinder
Default constructor.
XMLNotationDecl - Class in org.apache.xerces.impl.dtd
 
XMLNotationDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLNotationDecl
 
XMLNS - Static variable in class org.xml.sax.helpers.NamespaceSupport
The XML Namespace URI as a constant.
XMLNS_ATTRIBUTE - Static variable in class javax.xml.XMLConstants
The official XML attribute used for specifying XML Namespace declarations.
XMLNS_ATTRIBUTE_NS_URI - Static variable in class javax.xml.XMLConstants
The official XML attribute used for specifying XML Namespace declarations, XMLConstants.XMLNS_ATTRIBUTE, Namespace name URI.
XMLNS_DOMAIN - Static variable in class org.apache.xerces.impl.msg.XMLMessageFormatter
 
XMLNS_URI - Static variable in interface org.apache.xerces.xni.NamespaceContext
XML Information Set REC all namespace attributes (including those named xmlns, whose [prefix] property has no value) have a namespace URI of http://www.w3.org/2000/xmlns/
XMLNS_URIS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
xmlns URIs feature ("xmlns-uris").
XMLNSDocumentScannerImpl - Class in org.apache.xerces.impl
The scanner acts as the source for the document information which is communicated to the document handler.
XMLNSDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLNSDocumentScannerImpl
 
XMLNSDTDValidator - Class in org.apache.xerces.impl.dtd
The DTD validator.
XMLNSDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XMLNSDTDValidator
 
XMLOutputFactory - Class in javax.xml.stream
Defines an abstract implementation of a factory for getting XMLEventWriters and XMLStreamWriters.
XMLParseException - Exception in org.apache.xerces.xni.parser
A parsing exception.
XMLParseException(XMLLocator, String) - Constructor for exception org.apache.xerces.xni.parser.XMLParseException
Constructs a parse exception.
XMLParseException(XMLLocator, String, Exception) - Constructor for exception org.apache.xerces.xni.parser.XMLParseException
Constructs a parse exception.
XMLParser - Class in org.apache.xerces.parsers
Base class of all XML-related parsers.
XMLParserConfiguration - Interface in org.apache.xerces.xni.parser
Represents a parser configuration.
XMLPullParserConfiguration - Interface in org.apache.xerces.xni.parser
Represents a parser configuration that can be used as the configuration for a "pull" parser.
XMLReader - Interface in org.xml.sax
Interface for reading an XML document using callbacks.
XMLReaderAdapter - Class in org.xml.sax.helpers
Adapt a SAX2 XMLReader as a SAX1 Parser.
XMLReaderAdapter() - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderAdapter(XMLReader) - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderFactory - Class in org.xml.sax.helpers
Factory for creating an XML reader.
XMLReporter - Interface in javax.xml.stream
This interface is used to report non-fatal errors.
XMLResolver - Interface in javax.xml.stream
This interface is used to resolve resources during an XML parse.
XMLResourceIdentifier - Interface in org.apache.xerces.xni
This represents the basic physical description of the location of any XML resource (a Schema grammar, a DTD, a general entity etc.)
XMLResourceIdentifierImpl - Class in org.apache.xerces.util
The XMLResourceIdentifierImpl class is an implementation of the XMLResourceIdentifier interface which defines the location identity of a resource.
XMLResourceIdentifierImpl() - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
Constructs an empty resource identifier.
XMLResourceIdentifierImpl(String, String, String, String) - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
Constructs a resource identifier.
XMLResourceIdentifierImpl(String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
Constructs a resource identifier.
XMLScanner - Class in org.apache.xerces.impl
This class is responsible for holding scanning methods common to scanning the XML document structure and content as well as the DTD structure and content.
XMLScanner() - Constructor for class org.apache.xerces.impl.XMLScanner
 
XMLSchemaDescription - Interface in org.apache.xerces.xni.grammars
All information specific to XML Schema grammars.
XMLSchemaException - Exception in org.apache.xerces.impl.xs
This exception might be thrown by any constraint checking method.
XMLSchemaException(String, Object[]) - Constructor for exception org.apache.xerces.impl.xs.XMLSchemaException
 
XMLSchemaFactory - Class in org.apache.xerces.jaxp.validation
SchemaFactory for XML Schema.
XMLSchemaFactory() - Constructor for class org.apache.xerces.jaxp.validation.XMLSchemaFactory
 
XMLSchemaLoader - Class in org.apache.xerces.impl.xs
This class implements xni.grammars.XMLGrammarLoader.
XMLSchemaLoader() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaLoader
 
XMLSchemaLoader(SymbolTable) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaLoader
 
XMLSchemaValidator - Class in org.apache.xerces.impl.xs
The XML Schema validator.
XMLSchemaValidator() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator
Default constructor.
XMLSerializer - Class in org.apache.xml.serialize
Deprecated. This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
XMLSerializer() - Constructor for class org.apache.xml.serialize.XMLSerializer
Deprecated. Constructs a new serializer.
XMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Deprecated. Constructs a new serializer.
XMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.
XMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
XMLSimpleType - Class in org.apache.xerces.impl.dtd
 
XMLSimpleType() - Constructor for class org.apache.xerces.impl.dtd.XMLSimpleType
 
XMLStreamConstants - Interface in javax.xml.stream
This interface declares the constants used in this API.
XMLStreamException - Exception in javax.xml.stream
The base exception for unexpected processing errors.
XMLStreamException() - Constructor for exception javax.xml.stream.XMLStreamException
Default constructor
XMLStreamException(String) - Constructor for exception javax.xml.stream.XMLStreamException
Construct an exception with the assocated message.
XMLStreamException(Throwable) - Constructor for exception javax.xml.stream.XMLStreamException
Construct an exception with the assocated exception
XMLStreamException(String, Throwable) - Constructor for exception javax.xml.stream.XMLStreamException
Construct an exception with the assocated message and exception
XMLStreamException(String, Location, Throwable) - Constructor for exception javax.xml.stream.XMLStreamException
Construct an exception with the assocated message, exception and location.
XMLStreamException(String, Location) - Constructor for exception javax.xml.stream.XMLStreamException
Construct an exception with the assocated message, exception and location.
XMLStreamReader - Interface in javax.xml.stream
The XMLStreamReader interface allows forward, read-only access to XML.
XMLStreamWriter - Interface in javax.xml.stream
The XMLStreamWriter interface specifies how to write XML.
XMLString - Class in org.apache.xerces.xni
This class is used as a structure to pass text contained in the underlying character buffer of the scanner.
XMLString() - Constructor for class org.apache.xerces.xni.XMLString
Default constructor.
XMLString(char[], int, int) - Constructor for class org.apache.xerces.xni.XMLString
Constructs an XMLString structure preset with the specified values.
XMLString(XMLString) - Constructor for class org.apache.xerces.xni.XMLString
Constructs an XMLString structure with copies of the values in the given structure.
XMLStringBuffer - Class in org.apache.xerces.util
XMLString is a structure used to pass character arrays.
XMLStringBuffer() - Constructor for class org.apache.xerces.util.XMLStringBuffer
 
XMLStringBuffer(int) - Constructor for class org.apache.xerces.util.XMLStringBuffer
 
XMLStringBuffer(char) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from a char.
XMLStringBuffer(String) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from a String.
XMLStringBuffer(char[], int, int) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from the specified character array.
XMLStringBuffer(XMLString) - Constructor for class org.apache.xerces.util.XMLStringBuffer
Constructs a string buffer from the specified XMLString.
XMLSymbols - Class in org.apache.xerces.util
All internalized xml symbols.
XMLSymbols() - Constructor for class org.apache.xerces.util.XMLSymbols
 
xmlVersion - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
XML version.
XMLVersionDetector - Class in org.apache.xerces.impl
This class scans the version of the document to determine which scanner to use: XML 1.1 or XML 1.0.
XMLVersionDetector() - Constructor for class org.apache.xerces.impl.XMLVersionDetector
 
XNIException - Exception in org.apache.xerces.xni
This exception is the base exception of all XNI exceptions.
XNIException(String) - Constructor for exception org.apache.xerces.xni.XNIException
Constructs an XNI exception with a message.
XNIException(Exception) - Constructor for exception org.apache.xerces.xni.XNIException
Constructs an XNI exception with a wrapped exception.
XNIException(String, Exception) - Constructor for exception org.apache.xerces.xni.XNIException
Constructs an XNI exception with a message and wrapped exception.
xparse - Class in org.apache.xml.resolver.apps
Deprecated. This interface has been replaced by the ResolvingXMLReader for SAX2.
xparse() - Constructor for class org.apache.xml.resolver.apps.xparse
Deprecated.  
XParseError - Class in org.apache.xml.resolver.apps
An ErrorHandler for xparse.
XParseError(boolean, boolean) - Constructor for class org.apache.xml.resolver.apps.XParseError
Constructor
XPath - Interface in javax.xml.xpath
XPath provides access to the XPath evaluation environment and expressions.
XPath - Class in org.apache.xerces.impl.xpath
Bare minimum XPath parser.
XPath(String, SymbolTable, NamespaceContext) - Constructor for class org.apache.xerces.impl.xpath.XPath
Constructs an XPath object from the specified expression.
XPath.Axis - Class in org.apache.xerces.impl.xpath
Axis.
XPath.Axis(short) - Constructor for class org.apache.xerces.impl.xpath.XPath.Axis
Constructs an axis with the specified type.
XPath.LocationPath - Class in org.apache.xerces.impl.xpath
A location path representation for an XPath expression.
XPath.LocationPath(XPath.Step[]) - Constructor for class org.apache.xerces.impl.xpath.XPath.LocationPath
Creates a location path from a series of steps.
XPath.NodeTest - Class in org.apache.xerces.impl.xpath
Node test.
XPath.NodeTest(short) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
Constructs a node test of type WILDCARD or NODE.
XPath.NodeTest(QName) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
Constructs a node test of type QName.
XPath.NodeTest(String, String) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
Constructs a node test of type Namespace.
XPath.NodeTest(XPath.NodeTest) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
Copy constructor.
XPath.Step - Class in org.apache.xerces.impl.xpath
A location path step comprised of an axis and node test.
XPath.Step(XPath.Axis, XPath.NodeTest) - Constructor for class org.apache.xerces.impl.xpath.XPath.Step
Constructs a step from an axis and node test.
XPATH_NAMESPACE_NODE - Static variable in interface org.w3c.dom.xpath.XPathNamespace
The node is a Namespace.
XPathConstants - Class in javax.xml.xpath
XPath constants.
XPathEvaluator - Interface in org.w3c.dom.xpath
The evaluation of XPath expressions is provided by XPathEvaluator.
XPathException - Exception in javax.xml.xpath
XPathException represents a generic XPath exception.
XPathException(String) - Constructor for exception javax.xml.xpath.XPathException
Constructs a new XPathException with the specified detail message.
XPathException(Throwable) - Constructor for exception javax.xml.xpath.XPathException
Constructs a new XPathException with the specified cause.
XPathException - Exception in org.apache.xerces.impl.xpath
XPath exception.
XPathException() - Constructor for exception org.apache.xerces.impl.xpath.XPathException
Constructs an exception.
XPathException(String) - Constructor for exception org.apache.xerces.impl.xpath.XPathException
Constructs an exception with the specified key.
XPathException - Exception in org.w3c.dom.xpath
A new exception has been created for exceptions specific to these XPath interfaces.
XPathException(short, String) - Constructor for exception org.w3c.dom.xpath.XPathException
 
XPathExpression - Interface in javax.xml.xpath
XPathExpression provides access to compiled XPath expressions.
XPathExpression - Interface in org.w3c.dom.xpath
The XPathExpression interface represents a parsed and resolved XPath expression.
XPathExpressionException - Exception in javax.xml.xpath
XPathExpressionException represents an error in an XPath expression.
XPathExpressionException(String) - Constructor for exception javax.xml.xpath.XPathExpressionException
Constructs a new XPathExpressionException with the specified detail message.
XPathExpressionException(Throwable) - Constructor for exception javax.xml.xpath.XPathExpressionException
Constructs a new XPathExpressionException with the specified cause.
XPathFactory - Class in javax.xml.xpath
An XPathFactory instance can be used to create XPath objects.
XPathFactoryConfigurationException - Exception in javax.xml.xpath
XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment.
XPathFactoryConfigurationException(String) - Constructor for exception javax.xml.xpath.XPathFactoryConfigurationException
Constructs a new XPathFactoryConfigurationException with the specified detail message.
XPathFactoryConfigurationException(Throwable) - Constructor for exception javax.xml.xpath.XPathFactoryConfigurationException
Constructs a new XPathFactoryConfigurationException with the specified cause.
XPathFunction - Interface in javax.xml.xpath
XPathFunction provides access to XPath functions.
XPathFunctionException - Exception in javax.xml.xpath
XPathFunctionException represents an error with an XPath function.
XPathFunctionException(String) - Constructor for exception javax.xml.xpath.XPathFunctionException
Constructs a new XPathFunctionException with the specified detail message.
XPathFunctionException(Throwable) - Constructor for exception javax.xml.xpath.XPathFunctionException
Constructs a new XPathFunctionException with the specified cause.
XPathFunctionResolver - Interface in javax.xml.xpath
XPathFunctionResolver provides access to the set of user defined XPathFunctions.
XPathMatcher - Class in org.apache.xerces.impl.xs.identity
XPath matcher.
XPathMatcher(XPath) - Constructor for class org.apache.xerces.impl.xs.identity.XPathMatcher
Constructs an XPath matcher that implements a document fragment handler.
XPathNamespace - Interface in org.w3c.dom.xpath
The XPathNamespace interface is returned by XPathResult interfaces to represent the XPath namespace node type that DOM lacks.
XPathNSResolver - Interface in org.w3c.dom.xpath
The XPathNSResolver interface permit prefix strings in the expression to be properly bound to namespaceURI strings.
XPathResult - Interface in org.w3c.dom.xpath
The XPathResult interface represents the result of the evaluation of an XPath 1.0 expression within the context of a particular node.
XPathVariableResolver - Interface in javax.xml.xpath
XPathVariableResolver provides access to the set of user defined XPath variables.
XPOINTER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
 
XPOINTER_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
XPointer handler property ("internal/xpointer-handler").
XPointerHandler - Class in org.apache.xerces.xpointer
This is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations.
XPointerHandler() - Constructor for class org.apache.xerces.xpointer.XPointerHandler
 
XPointerHandler(SymbolTable, XMLErrorHandler, XMLErrorReporter) - Constructor for class org.apache.xerces.xpointer.XPointerHandler
 
XPointerParserConfiguration - Class in org.apache.xerces.parsers
This parser configuration includes an XPointerHandler in the pipeline before the schema validator, or as the last component in the pipeline if there is no schema validator.
XPointerParserConfiguration() - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
Default constructor.
XPointerParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
Constructs a parser configuration using the specified symbol table.
XPointerParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
Constructs a parser configuration using the specified symbol table and grammar pool.
XPointerParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
XPointerPart - Interface in org.apache.xerces.xpointer
Used for scheme specific parsing and evaluation of an XPointer expression.
XPointerProcessor - Interface in org.apache.xerces.xpointer
The XPointerProcessor is responsible for parsing an XPointer expression and and providing scheme specific resolution of the document fragment pointed to be the pointer.
xread - Class in org.apache.xml.resolver.apps
A simple command-line XML parsing application.
xread() - Constructor for class org.apache.xml.resolver.apps.xread
 
XSAllCM - Class in org.apache.xerces.impl.xs.models
XSAllCM implements XSCMValidator and handles <all>.
XSAllCM(boolean, int) - Constructor for class org.apache.xerces.impl.xs.models.XSAllCM
 
XSAnnotation - Interface in org.apache.xerces.xs
This interface represents the Annotation schema component.
XSAnnotationImpl - Class in org.apache.xerces.impl.xs
This is an implementation of the XSAnnotation schema component.
XSAnnotationImpl(String, SchemaGrammar) - Constructor for class org.apache.xerces.impl.xs.XSAnnotationImpl
 
XSAttributeChecker - Class in org.apache.xerces.impl.xs.traversers
Class XSAttributeCheck is used to check the validity of attributes appearing in the schema document.
XSAttributeChecker(XSDHandler) - Constructor for class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
XSAttributeDecl - Class in org.apache.xerces.impl.xs
The XML representation for an attribute declaration schema component is an <attribute> element information item
XSAttributeDecl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeDecl
 
XSAttributeDeclaration - Interface in org.apache.xerces.xs
The interface represents the Attribute Declaration schema component.
XSAttributeGroupDecl - Class in org.apache.xerces.impl.xs
The XML representation for an attribute group declaration schema component is a global <attributeGroup> element information item
XSAttributeGroupDecl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeGroupDecl
 
XSAttributeGroupDefinition - Interface in org.apache.xerces.xs
This interface represents the Attribute Group Definition schema component.
XSAttributeUse - Interface in org.apache.xerces.xs
This interface represents the Attribute Use schema component.
XSAttributeUseImpl - Class in org.apache.xerces.impl.xs
The XML representation for an attribute use schema component is a local <attribute> element information item
XSAttributeUseImpl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeUseImpl
 
XSCMBinOp - Class in org.apache.xerces.impl.xs.models
Content model Bin-Op node.
XSCMBinOp(int, CMNode, CMNode) - Constructor for class org.apache.xerces.impl.xs.models.XSCMBinOp
 
XSCMLeaf - Class in org.apache.xerces.impl.xs.models
Content model leaf node.
XSCMLeaf(int, Object, int, int) - Constructor for class org.apache.xerces.impl.xs.models.XSCMLeaf
Constructs a content model leaf.
XSCMRepeatingLeaf - Class in org.apache.xerces.impl.xs.models
A compound content model leaf node which carries occurence information.
XSCMRepeatingLeaf(int, Object, int, int, int, int) - Constructor for class org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf
 
XSCMUniOp - Class in org.apache.xerces.impl.xs.models
Content model Uni-Op node.
XSCMUniOp(int, CMNode) - Constructor for class org.apache.xerces.impl.xs.models.XSCMUniOp
 
XSCMValidator - Interface in org.apache.xerces.impl.xs.models
Note: State of the content model is stored in the validator
XSComplexTypeDecl - Class in org.apache.xerces.impl.xs
The XML representation for a complexType schema component is a <complexType> element information item
XSComplexTypeDecl() - Constructor for class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
XSComplexTypeDefinition - Interface in org.apache.xerces.xs
This interface represents the Complex Type Definition schema component.
XSConstants - Interface in org.apache.xerces.xs
This interface defines constants used by this specification.
XSConstraints - Class in org.apache.xerces.impl.xs
Constraints shared by traversers and validator
XSConstraints() - Constructor for class org.apache.xerces.impl.xs.XSConstraints
 
XSDateTime - Interface in org.apache.xerces.xs.datatypes
Interface to expose the values for all date-time related types.
XSDDescription - Class in org.apache.xerces.impl.xs
All information specific to XML Schema grammars.
XSDDescription() - Constructor for class org.apache.xerces.impl.xs.XSDDescription
 
XSDecimal - Interface in org.apache.xerces.xs.datatypes
Interface to expose the value of 'decimal' and related datatypes.
XSDeclarationPool - Class in org.apache.xerces.impl.xs
This class is pool that enables caching of XML Schema declaration objects.
XSDeclarationPool() - Constructor for class org.apache.xerces.impl.xs.XSDeclarationPool
 
XSDFACM - Class in org.apache.xerces.impl.xs.models
DFAContentModel is the implementation of XSCMValidator that does all of the non-trivial element content validation.
XSDFACM(CMNode, int) - Constructor for class org.apache.xerces.impl.xs.models.XSDFACM
Constructs a DFA content model.
XSDHandler - Class in org.apache.xerces.impl.xs.traversers
The purpose of this class is to co-ordinate the construction of a grammar object corresponding to a schema.
XSDHandler() - Constructor for class org.apache.xerces.impl.xs.traversers.XSDHandler
 
XSDHandler(XSGrammarBucket) - Constructor for class org.apache.xerces.impl.xs.traversers.XSDHandler
 
XSDouble - Interface in org.apache.xerces.xs.datatypes
Interface to expose the value of the 'double' datatype.
XSElementDecl - Class in org.apache.xerces.impl.xs
The XML representation for an element declaration schema component is an <element> element information item
XSElementDecl() - Constructor for class org.apache.xerces.impl.xs.XSElementDecl
 
XSElementDeclaration - Interface in org.apache.xerces.xs
The interface represents the Element Declaration schema component.
XSEmptyCM - Class in org.apache.xerces.impl.xs.models
XSEmptyCM is a derivative of the abstract content model base class that handles a content model with no children (elements).
XSEmptyCM() - Constructor for class org.apache.xerces.impl.xs.models.XSEmptyCM
 
XSException - Exception in org.apache.xerces.xs
The XML Schema API operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
XSException(short, String) - Constructor for exception org.apache.xerces.xs.XSException
 
XSFacet - Interface in org.apache.xerces.xs
Describes a constraining facet.
XSFacets - Class in org.apache.xerces.impl.dv
The class used to pass all facets to XSSimpleType.applyFacets(org.apache.xerces.impl.dv.XSFacets, short, short, org.apache.xerces.impl.dv.ValidationContext).
XSFacets() - Constructor for class org.apache.xerces.impl.dv.XSFacets
 
XSFloat - Interface in org.apache.xerces.xs.datatypes
Interface to expose value of the float datatype.
XSGrammar - Interface in org.apache.xerces.xni.grammars
Representing a schema grammar.
XSGrammarBucket - Class in org.apache.xerces.impl.xs
A class used to hold the internal schema grammar set for the current instance
XSGrammarBucket() - Constructor for class org.apache.xerces.impl.xs.XSGrammarBucket
 
XSGrammarPool - Class in org.apache.xerces.impl.xs.util
Add a method that return an XSModel that represents components in the schema grammars in this pool implementation.
XSGrammarPool() - Constructor for class org.apache.xerces.impl.xs.util.XSGrammarPool
 
XSGrammarPoolContainer - Interface in org.apache.xerces.jaxp.validation
A container for grammar pools which only contain schema grammars.
XSGroupDecl - Class in org.apache.xerces.impl.xs
The XML representation for a group declaration schema component is a global <group> element information item
XSGroupDecl() - Constructor for class org.apache.xerces.impl.xs.XSGroupDecl
 
XSI_NIL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
XSI_NONAMESPACESCHEMALOCATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
XSI_SCHEMALOCATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
XSI_TYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
 
XSIDCDefinition - Interface in org.apache.xerces.xs
This interface represents the Identity-constraint Definition schema component.
XSImplementation - Interface in org.apache.xerces.xs
This interface allows one to retrieve an instance of XSLoader.
XSImplementationImpl - Class in org.apache.xerces.impl.xs
Implements XSImplementation interface that allows one to retrieve an instance of XSLoader.
XSImplementationImpl() - Constructor for class org.apache.xerces.impl.xs.XSImplementationImpl
 
XSLoader - Interface in org.apache.xerces.xs
An interface that provides a method to load XML Schema documents.
XSLoaderImpl - Class in org.apache.xerces.impl.xs
An implementation of XSLoader which wraps XMLSchemaLoader.
XSLoaderImpl() - Constructor for class org.apache.xerces.impl.xs.XSLoaderImpl
No-args constructor.
XSMessageFormatter - Class in org.apache.xerces.impl.xs
SchemaMessageProvider implements an XMLMessageProvider that provides localizable error messages for the W3C XML Schema Language
XSMessageFormatter() - Constructor for class org.apache.xerces.impl.xs.XSMessageFormatter
 
XSModel - Interface in org.apache.xerces.xs
This interface represents an XML Schema.
XSModelGroup - Interface in org.apache.xerces.xs
This interface represents the Model Group schema component.
XSModelGroupDefinition - Interface in org.apache.xerces.xs
This interface represents the Model Group Definition schema component.
XSModelGroupImpl - Class in org.apache.xerces.impl.xs
Store schema model group declaration.
XSModelGroupImpl() - Constructor for class org.apache.xerces.impl.xs.XSModelGroupImpl
 
XSModelImpl - Class in org.apache.xerces.impl.xs
Implements XSModel: a read-only interface that represents an XML Schema, which could be components from different namespaces.
XSModelImpl(SchemaGrammar[]) - Constructor for class org.apache.xerces.impl.xs.XSModelImpl
Construct an XSModelImpl, by storing some grammars and grammars imported by them to this object.
XSMultiValueFacet - Interface in org.apache.xerces.xs
Describes a multi-value constraining facets: pattern and enumeration.
XSNamedMap - Interface in org.apache.xerces.xs
Objects implementing the XSNamedMap interface are used to represent immutable collections of XML Schema components that can be accessed by name.
XSNamedMap4Types - Class in org.apache.xerces.impl.xs.util
Containts the map between qnames and XSObject's.
XSNamedMap4Types(String, SymbolHash, short) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMap4Types
Construct an XSNamedMap implmentation for one namespace
XSNamedMap4Types(String[], SymbolHash[], int, short) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMap4Types
Construct an XSNamedMap implmentation for a list of namespaces
XSNamedMapImpl - Class in org.apache.xerces.impl.xs.util
Containts the map between qnames and XSObject's.
XSNamedMapImpl(String, SymbolHash) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
Construct an XSNamedMap implmentation for one namespace
XSNamedMapImpl(String[], SymbolHash[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
Construct an XSNamedMap implmentation for a list of namespaces
XSNamedMapImpl(XSObject[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
Construct an XSNamedMap implmentation one namespace from an array
XSNamespaceItem - Interface in org.apache.xerces.xs
The interface represents the namespace schema information information item.
XSNamespaceItemList - Interface in org.apache.xerces.xs
The XSNamesaceItemList interface provides the abstraction of an immutable ordered collection of XSNamespaceItems, without defining or constraining how this collection is implemented.
XSNotationDecl - Class in org.apache.xerces.impl.xs
The XML representation for a NOTATION declaration schema component is a global <notation> element information item
XSNotationDecl() - Constructor for class org.apache.xerces.impl.xs.XSNotationDecl
 
XSNotationDeclaration - Interface in org.apache.xerces.xs
This interface represents the Notation Declaration schema component.
XSObject - Interface in org.apache.xerces.xs
The XSObject is a base object for the XML Schema component model.
XSObjectList - Interface in org.apache.xerces.xs
The XSObjectList interface provides the abstraction of an immutable ordered collection of XSObjects, without defining or constraining how this collection is implemented.
XSObjectListImpl - Class in org.apache.xerces.impl.xs.util
Containts a list of XSObject's.
XSObjectListImpl() - Constructor for class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
XSObjectListImpl(XSObject[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSObjectListImpl
Construct an XSObjectList implementation
XSParticle - Interface in org.apache.xerces.xs
This interface represents the Particle schema component.
XSParticleDecl - Class in org.apache.xerces.impl.xs
Store schema particle declaration.
XSParticleDecl() - Constructor for class org.apache.xerces.impl.xs.XSParticleDecl
 
XSQName - Interface in org.apache.xerces.xs.datatypes
Interface to expose QName actual values
XSSimpleType - Interface in org.apache.xerces.impl.dv
This interface XSSimpleType represents the simple type definition of schema component and defines methods to query the information contained.
XSSimpleTypeDecl - Class in org.apache.xerces.impl.dv.xs
 
XSSimpleTypeDecl() - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
 
XSSimpleTypeDefinition - Interface in org.apache.xerces.xs
This interface represents the Simple Type Definition schema component.
XSTerm - Interface in org.apache.xerces.xs
Describes a term that can be one of a model group, a wildcard, or an element declaration.
XSTypeDefinition - Interface in org.apache.xerces.xs
This interface represents a complex or simple type definition.
XSWildcard - Interface in org.apache.xerces.xs
This interface represents the Wildcard schema component.
XSWildcardDecl - Class in org.apache.xerces.impl.xs
The XML representation for a wildcard declaration schema component is an <any> or <anyAttribute> element information item
XSWildcardDecl() - Constructor for class org.apache.xerces.impl.xs.XSWildcardDecl
 

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