Modifier and Type | Class and Description |
---|---|
class |
DOMNormalizer
This class adds implementation for normalizeDocument method.
|
Modifier and Type | Method and Description |
---|---|
XMLDocumentHandler |
DOMConfigurationImpl.getDocumentHandler()
Returns the registered document handler.
|
Modifier and Type | Method and Description |
---|---|
void |
DOMConfigurationImpl.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline
to receive information about the document.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RevalidationHandler
DOM Revalidation handler adds additional functionality to XMLDocumentHandler
|
Modifier and Type | Class and Description |
---|---|
class |
XML11NamespaceBinder
This class performs namespace binding on the startElement and endElement
method calls in accordance with Namespaces in XML 1.1.
|
class |
XMLNamespaceBinder
This class performs namespace binding on the startElement and endElement
method calls and passes all other methods through to the registered
document handler.
|
Modifier and Type | Field and Description |
---|---|
protected XMLDocumentHandler |
XMLNamespaceBinder.fDocumentHandler
Document handler.
|
protected XMLDocumentHandler |
XMLDocumentFragmentScannerImpl.fDocumentHandler
Document handler.
|
Modifier and Type | Method and Description |
---|---|
XMLDocumentHandler |
XMLNamespaceBinder.getDocumentHandler()
Returns the document handler
|
XMLDocumentHandler |
XMLDocumentFragmentScannerImpl.getDocumentHandler()
Returns the document handler
|
Modifier and Type | Method and Description |
---|---|
void |
XMLNamespaceBinder.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document.
|
void |
XMLDocumentFragmentScannerImpl.setDocumentHandler(XMLDocumentHandler documentHandler)
setDocumentHandler
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLDTDValidatorFilter
Defines a DTD Validator filter to allow
components to query the DTD validator.
|
Modifier and Type | Class and Description |
---|---|
class |
XML11DTDValidator
This allows the validator to correctlyhandle XML 1.1
documents.
|
class |
XML11NSDTDValidator
The DTD validator.
|
class |
XMLDTDValidator
The DTD validator.
|
class |
XMLNSDTDValidator
The DTD validator.
|
Modifier and Type | Field and Description |
---|---|
protected XMLDocumentHandler |
XMLDTDValidator.fDocumentHandler
Document handler.
|
Modifier and Type | Method and Description |
---|---|
XMLDocumentHandler |
XMLDTDValidator.getDocumentHandler()
Returns the document handler
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDValidator.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLSchemaValidator
The XML Schema validator.
|
Modifier and Type | Field and Description |
---|---|
protected XMLDocumentHandler |
XMLSchemaValidator.fDocumentHandler
Document handler.
|
Modifier and Type | Method and Description |
---|---|
XMLDocumentHandler |
XMLSchemaValidator.getDocumentHandler()
Returns the document handler
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSchemaValidator.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultXMLDocumentHandler |
class |
SchemaDOMParser |
Modifier and Type | Class and Description |
---|---|
static class |
SAXParserImpl.JAXPSAXParser
Extension of SAXParser.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMParser
This is the base class of all DOM parsers.
|
class |
AbstractSAXParser
This is the base class of all SAX parsers.
|
class |
AbstractXMLDocumentParser
This is the base class for all XML document parsers.
|
class |
DOMASBuilderImpl
Deprecated.
|
class |
DOMParser
This is the main Xerces DOM parser class.
|
class |
DOMParserImpl
This is Xerces DOM Builder class.
|
class |
SAXParser
This is the main Xerces SAX parser class.
|
class |
XMLDocumentParser
This is a concrete vanilla XML parser class.
|
Modifier and Type | Field and Description |
---|---|
protected XMLDocumentHandler |
XML11NonValidatingConfiguration.fDocumentHandler
The document handler.
|
protected XMLDocumentHandler |
XML11DTDConfiguration.fDocumentHandler
The document handler.
|
protected XMLDocumentHandler |
XML11Configuration.fDocumentHandler
The document handler.
|
protected XMLDocumentHandler |
BasicParserConfiguration.fDocumentHandler
The document handler.
|
Modifier and Type | Method and Description |
---|---|
XMLDocumentHandler |
XML11NonValidatingConfiguration.getDocumentHandler()
Returns the registered document handler.
|
XMLDocumentHandler |
XML11DTDConfiguration.getDocumentHandler()
Returns the registered document handler.
|
XMLDocumentHandler |
XML11Configuration.getDocumentHandler()
Returns the registered document handler.
|
XMLDocumentHandler |
BasicParserConfiguration.getDocumentHandler()
Returns the registered document handler.
|
Modifier and Type | Method and Description |
---|---|
void |
XML11NonValidatingConfiguration.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline
to receive information about the document.
|
void |
XML11DTDConfiguration.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline
to receive information about the document.
|
void |
XML11Configuration.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline
to receive information about the document.
|
void |
BasicParserConfiguration.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline
to receive information about the document.
|
Modifier and Type | Class and Description |
---|---|
class |
XIncludeHandler
This is a pipeline component which performs XInclude handling, according to the
W3C specification for XML Inclusions.
|
Modifier and Type | Field and Description |
---|---|
protected XMLDocumentHandler |
XIncludeHandler.fDocumentHandler |
Modifier and Type | Method and Description |
---|---|
XMLDocumentHandler |
XIncludeHandler.getDocumentHandler() |
Modifier and Type | Method and Description |
---|---|
void |
XIncludeHandler.setDocumentHandler(XMLDocumentHandler handler) |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLDocumentFilter
Defines a document filter that acts as both a receiver and an emitter
of document events.
|
Modifier and Type | Method and Description |
---|---|
XMLDocumentHandler |
XMLParserConfiguration.getDocumentHandler()
Returns the registered document handler.
|
XMLDocumentHandler |
XMLDocumentSource.getDocumentHandler()
Returns the document handler
|
Modifier and Type | Method and Description |
---|---|
void |
XMLParserConfiguration.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document.
|
void |
XMLDocumentSource.setDocumentHandler(XMLDocumentHandler handler)
Sets the document handler.
|
Modifier and Type | Class and Description |
---|---|
class |
XPointerHandler
This is a pipeline component which extends the XIncludeHandler to perform
XPointer specific processing specified in the W3C XPointerFramework and
element() Scheme Recommendations.
|
Modifier and Type | Method and Description |
---|---|
void |
XPointerHandler.setDocumentHandler(XMLDocumentHandler handler) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.