Modifier and Type | Method and Description |
---|---|
XMLDTDContentModelHandler |
DOMConfigurationImpl.getDTDContentModelHandler()
Returns the registered DTD content model handler.
|
Modifier and Type | Method and Description |
---|---|
void |
DOMConfigurationImpl.setDTDContentModelHandler(XMLDTDContentModelHandler handler)
Sets the DTD content model handler.
|
Modifier and Type | Field and Description |
---|---|
protected XMLDTDContentModelHandler |
XMLDTDScannerImpl.fDTDContentModelHandler
DTD content model handler.
|
Modifier and Type | Method and Description |
---|---|
XMLDTDContentModelHandler |
XMLDTDScannerImpl.getDTDContentModelHandler()
getDTDContentModelHandler
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDScannerImpl.setDTDContentModelHandler(XMLDTDContentModelHandler dtdContentModelHandler)
setDTDContentModelHandler
|
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 XMLDTDContentModelHandler |
XMLDTDProcessor.fDTDContentModelHandler
DTD content model handler.
|
Modifier and Type | Method and Description |
---|---|
XMLDTDContentModelHandler |
XMLDTDProcessor.getDTDContentModelHandler()
Gets the DTD content model handler.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDProcessor.setDTDContentModelHandler(XMLDTDContentModelHandler dtdContentModelHandler)
Sets the DTD content model 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 XMLDTDContentModelHandler |
XML11NonValidatingConfiguration.fDTDContentModelHandler
The DTD content model handler.
|
protected XMLDTDContentModelHandler |
XML11DTDConfiguration.fDTDContentModelHandler
The DTD content model handler.
|
protected XMLDTDContentModelHandler |
XML11Configuration.fDTDContentModelHandler
The DTD content model handler.
|
protected XMLDTDContentModelHandler |
BasicParserConfiguration.fDTDContentModelHandler
The DTD content model handler.
|
Modifier and Type | Method and Description |
---|---|
XMLDTDContentModelHandler |
XML11NonValidatingConfiguration.getDTDContentModelHandler()
Returns the registered DTD content model handler.
|
XMLDTDContentModelHandler |
XML11DTDConfiguration.getDTDContentModelHandler()
Returns the registered DTD content model handler.
|
XMLDTDContentModelHandler |
XML11Configuration.getDTDContentModelHandler()
Returns the registered DTD content model handler.
|
XMLDTDContentModelHandler |
BasicParserConfiguration.getDTDContentModelHandler()
Returns the registered DTD content model handler.
|
Modifier and Type | Method and Description |
---|---|
void |
XML11NonValidatingConfiguration.setDTDContentModelHandler(XMLDTDContentModelHandler handler)
Sets the DTD content model handler.
|
void |
XML11DTDConfiguration.setDTDContentModelHandler(XMLDTDContentModelHandler handler)
Sets the DTD content model handler.
|
void |
XML11Configuration.setDTDContentModelHandler(XMLDTDContentModelHandler handler)
Sets the DTD content model handler.
|
void |
BasicParserConfiguration.setDTDContentModelHandler(XMLDTDContentModelHandler handler)
Sets the DTD content model handler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLDTDContentModelFilter
Defines a DTD content model filter that acts as both a receiver and
an emitter of DTD content model events.
|
Modifier and Type | Method and Description |
---|---|
XMLDTDContentModelHandler |
XMLParserConfiguration.getDTDContentModelHandler()
Returns the registered DTD content model handler.
|
XMLDTDContentModelHandler |
XMLDTDContentModelSource.getDTDContentModelHandler()
Returns the DTD content model handler.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLParserConfiguration.setDTDContentModelHandler(XMLDTDContentModelHandler dtdContentModelHandler)
Sets the DTD content model handler.
|
void |
XMLDTDContentModelSource.setDTDContentModelHandler(XMLDTDContentModelHandler handler)
Sets the DTD content model handler.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.