Package | Description |
---|---|
org.apache.xerces.impl.dtd | |
org.apache.xerces.parsers |
Modifier and Type | Class and Description |
---|---|
class |
XML11DTDValidator
This allows the validator to correctlyhandle XML 1.1
documents.
|
class |
XML11NSDTDValidator
The DTD validator.
|
class |
XMLNSDTDValidator
The DTD validator.
|
Modifier and Type | Field and Description |
---|---|
protected XMLDTDValidator |
XMLDTDProcessor.fValidator |
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDLoader.loadGrammarWithContext(XMLDTDValidator validator,
String rootName,
String publicId,
String systemId,
String baseSystemId,
String internalSubset)
Parse a DTD internal and/or external subset and insert the content
into the existing DTD grammar owned by the given DTDValidator.
|
Modifier and Type | Field and Description |
---|---|
protected XMLDTDValidator |
XML11DTDConfiguration.fDTDValidator
The XML 1.0 DTD Validator: binds namespaces
|
protected XMLDTDValidator |
XML11Configuration.fDTDValidator
The XML 1.0 DTD Validator: binds namespaces
|
protected XMLDTDValidator |
DTDConfiguration.fDTDValidator
DTD Validator.
|
protected XMLDTDValidator |
XML11DTDConfiguration.fNonNSDTDValidator
The XML 1.0 DTD Validator that does not bind namespaces
|
protected XMLDTDValidator |
XML11Configuration.fNonNSDTDValidator
The XML 1.0 DTD Validator that does not bind namespaces
|
protected XMLDTDValidator |
IntegratedParserConfiguration.fNonNSDTDValidator
DTD Validator that does not bind namespaces
|
Modifier and Type | Method and Description |
---|---|
protected XMLDTDValidator |
IntegratedParserConfiguration.createDTDValidator()
Create a DTD validator: this validator performs namespace binding.
|
protected XMLDTDValidator |
DTDConfiguration.createDTDValidator()
Create a DTD validator.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.