|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of XMLDocumentHandler in org.apache.xerces.dom |
|---|
| Classes in org.apache.xerces.dom that implement XMLDocumentHandler | |
|---|---|
class |
DOMNormalizer
This class adds implementation for normalizeDocument method. |
| Methods in org.apache.xerces.dom that return XMLDocumentHandler | |
|---|---|
XMLDocumentHandler |
DOMConfigurationImpl.getDocumentHandler()
Returns the registered document handler. |
| Methods in org.apache.xerces.dom with parameters of type XMLDocumentHandler | |
|---|---|
void |
DOMConfigurationImpl.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline to receive information about the document. |
| Uses of XMLDocumentHandler in org.apache.xerces.impl |
|---|
| Subinterfaces of XMLDocumentHandler in org.apache.xerces.impl | |
|---|---|
interface |
RevalidationHandler
DOM Revalidation handler adds additional functionality to XMLDocumentHandler |
| Classes in org.apache.xerces.impl that implement XMLDocumentHandler | |
|---|---|
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. |
| Methods in org.apache.xerces.impl that return XMLDocumentHandler | |
|---|---|
XMLDocumentHandler |
XMLNamespaceBinder.getDocumentHandler()
Returns the document handler |
XMLDocumentHandler |
XMLDocumentFragmentScannerImpl.getDocumentHandler()
Returns the document handler |
| Methods in org.apache.xerces.impl with parameters of type XMLDocumentHandler | |
|---|---|
void |
XMLNamespaceBinder.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document. |
void |
XMLDocumentFragmentScannerImpl.setDocumentHandler(XMLDocumentHandler documentHandler)
setDocumentHandler |
| Uses of XMLDocumentHandler in org.apache.xerces.impl.dtd |
|---|
| Subinterfaces of XMLDocumentHandler in org.apache.xerces.impl.dtd | |
|---|---|
interface |
XMLDTDValidatorFilter
Defines a DTD Validator filter to allow components to query the DTD validator. |
| Classes in org.apache.xerces.impl.dtd that implement XMLDocumentHandler | |
|---|---|
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. |
| Methods in org.apache.xerces.impl.dtd that return XMLDocumentHandler | |
|---|---|
XMLDocumentHandler |
XMLDTDValidator.getDocumentHandler()
Returns the document handler |
| Methods in org.apache.xerces.impl.dtd with parameters of type XMLDocumentHandler | |
|---|---|
void |
XMLDTDValidator.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document. |
| Uses of XMLDocumentHandler in org.apache.xerces.impl.xs |
|---|
| Classes in org.apache.xerces.impl.xs that implement XMLDocumentHandler | |
|---|---|
class |
XMLSchemaValidator
The XML Schema validator. |
| Methods in org.apache.xerces.impl.xs that return XMLDocumentHandler | |
|---|---|
XMLDocumentHandler |
XMLSchemaValidator.getDocumentHandler()
Returns the document handler |
| Methods in org.apache.xerces.impl.xs with parameters of type XMLDocumentHandler | |
|---|---|
void |
XMLSchemaValidator.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document. |
| Uses of XMLDocumentHandler in org.apache.xerces.impl.xs.opti |
|---|
| Classes in org.apache.xerces.impl.xs.opti that implement XMLDocumentHandler | |
|---|---|
class |
DefaultXMLDocumentHandler
|
class |
SchemaDOMParser
|
| Uses of XMLDocumentHandler in org.apache.xerces.jaxp |
|---|
| Classes in org.apache.xerces.jaxp that implement XMLDocumentHandler | |
|---|---|
static class |
SAXParserImpl.JAXPSAXParser
Extension of SAXParser. |
| Uses of XMLDocumentHandler in org.apache.xerces.parsers |
|---|
| Classes in org.apache.xerces.parsers that implement XMLDocumentHandler | |
|---|---|
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. |
| Methods in org.apache.xerces.parsers that return XMLDocumentHandler | |
|---|---|
XMLDocumentHandler |
XML11DTDConfiguration.getDocumentHandler()
Returns the registered document handler. |
XMLDocumentHandler |
XML11NonValidatingConfiguration.getDocumentHandler()
Returns the registered document handler. |
XMLDocumentHandler |
BasicParserConfiguration.getDocumentHandler()
Returns the registered document handler. |
XMLDocumentHandler |
XML11Configuration.getDocumentHandler()
Returns the registered document handler. |
| Methods in org.apache.xerces.parsers with parameters of type XMLDocumentHandler | |
|---|---|
void |
XML11DTDConfiguration.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline to receive information about the document. |
void |
XML11NonValidatingConfiguration.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. |
void |
XML11Configuration.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline to receive information about the document. |
| Uses of XMLDocumentHandler in org.apache.xerces.xinclude |
|---|
| Classes in org.apache.xerces.xinclude that implement XMLDocumentHandler | |
|---|---|
class |
XIncludeHandler
This is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions. |
| Methods in org.apache.xerces.xinclude that return XMLDocumentHandler | |
|---|---|
XMLDocumentHandler |
XIncludeHandler.getDocumentHandler()
|
| Methods in org.apache.xerces.xinclude with parameters of type XMLDocumentHandler | |
|---|---|
void |
XIncludeHandler.setDocumentHandler(XMLDocumentHandler handler)
|
| Uses of XMLDocumentHandler in org.apache.xerces.xni.parser |
|---|
| Subinterfaces of XMLDocumentHandler in org.apache.xerces.xni.parser | |
|---|---|
interface |
XMLDocumentFilter
Defines a document filter that acts as both a receiver and an emitter of document events. |
| Methods in org.apache.xerces.xni.parser that return XMLDocumentHandler | |
|---|---|
XMLDocumentHandler |
XMLDocumentSource.getDocumentHandler()
Returns the document handler |
XMLDocumentHandler |
XMLParserConfiguration.getDocumentHandler()
Returns the registered document handler. |
| Methods in org.apache.xerces.xni.parser with parameters of type XMLDocumentHandler | |
|---|---|
void |
XMLDocumentSource.setDocumentHandler(XMLDocumentHandler handler)
Sets the document handler. |
void |
XMLParserConfiguration.setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document. |
| Uses of XMLDocumentHandler in org.apache.xerces.xpointer |
|---|
| Classes in org.apache.xerces.xpointer that implement XMLDocumentHandler | |
|---|---|
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. |
| Methods in org.apache.xerces.xpointer with parameters of type XMLDocumentHandler | |
|---|---|
void |
XPointerHandler.setDocumentHandler(XMLDocumentHandler handler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||