Modifier and Type | Method and Description |
---|---|
XMLDTDHandler |
DOMConfigurationImpl.getDTDHandler()
Returns the registered DTD handler.
|
Modifier and Type | Method and Description |
---|---|
void |
DOMConfigurationImpl.setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler.
|
Modifier and Type | Field and Description |
---|---|
protected XMLDTDHandler |
XMLDTDScannerImpl.fDTDHandler
DTD handler.
|
Modifier and Type | Method and Description |
---|---|
XMLDTDHandler |
XMLDTDScannerImpl.getDTDHandler()
getDTDHandler
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDScannerImpl.setDTDHandler(XMLDTDHandler dtdHandler)
setDTDHandler
|
Modifier and Type | Class and Description |
---|---|
class |
DTDGrammar
A DTD grammar.
|
class |
XML11DTDProcessor
This class extends XMLDTDProcessor by giving it
the ability to parse XML 1.1 documents correctly.
|
class |
XMLDTDLoader
The DTD loader.
|
class |
XMLDTDProcessor
The DTD processor.
|
Modifier and Type | Field and Description |
---|---|
protected XMLDTDHandler |
XMLDTDProcessor.fDTDHandler
DTD handler.
|
Modifier and Type | Method and Description |
---|---|
XMLDTDHandler |
XMLDTDProcessor.getDTDHandler()
Returns the DTD handler.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDProcessor.setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler.
|
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 |
DTDParser |
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 XMLDTDHandler |
XML11NonValidatingConfiguration.fDTDHandler
The DTD handler.
|
protected XMLDTDHandler |
XML11DTDConfiguration.fDTDHandler
The DTD handler.
|
protected XMLDTDHandler |
XML11Configuration.fDTDHandler
The DTD handler.
|
protected XMLDTDHandler |
BasicParserConfiguration.fDTDHandler
The DTD handler.
|
Modifier and Type | Method and Description |
---|---|
XMLDTDHandler |
XML11NonValidatingConfiguration.getDTDHandler()
Returns the registered DTD handler.
|
XMLDTDHandler |
XML11DTDConfiguration.getDTDHandler()
Returns the registered DTD handler.
|
XMLDTDHandler |
XML11Configuration.getDTDHandler()
Returns the registered DTD handler.
|
XMLDTDHandler |
BasicParserConfiguration.getDTDHandler()
Returns the registered DTD handler.
|
Modifier and Type | Method and Description |
---|---|
void |
XML11NonValidatingConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler.
|
void |
XML11DTDConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler.
|
void |
XML11Configuration.setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler.
|
void |
BasicParserConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler.
|
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 XMLDTDHandler |
XIncludeHandler.fDTDHandler |
Modifier and Type | Method and Description |
---|---|
XMLDTDHandler |
XIncludeHandler.getDTDHandler() |
Modifier and Type | Method and Description |
---|---|
void |
XIncludeHandler.setDTDHandler(XMLDTDHandler handler) |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLDTDFilter
Defines a DTD filter that acts as both a receiver and an emitter
of DTD events.
|
Modifier and Type | Method and Description |
---|---|
XMLDTDHandler |
XMLParserConfiguration.getDTDHandler()
Returns the registered DTD handler.
|
XMLDTDHandler |
XMLDTDSource.getDTDHandler()
Returns the DTD handler.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLParserConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler.
|
void |
XMLDTDSource.setDTDHandler(XMLDTDHandler handler)
Sets the DTD 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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.