Package | Description |
---|---|
org.apache.xerces.dom | |
org.apache.xerces.impl.dtd | |
org.apache.xerces.impl.dv | |
org.apache.xerces.impl.dv.dtd | |
org.apache.xerces.impl.xs.opti | |
org.apache.xerces.parsers |
Modifier and Type | Field and Description |
---|---|
protected DTDDVFactory |
DOMConfigurationImpl.fCurrentDVFactory
Current Datatype validator factory.
|
protected DTDDVFactory |
DOMConfigurationImpl.fDatatypeValidatorFactory
The XML 1.0 Datatype validator factory.
|
protected DTDDVFactory |
DOMConfigurationImpl.fXML11DatatypeFactory
The XML 1.1 Datatype validator factory.
|
Modifier and Type | Field and Description |
---|---|
protected DTDDVFactory |
XMLDTDValidator.fDatatypeValidatorFactory
Datatype validator factory.
|
Modifier and Type | Method and Description |
---|---|
static DTDDVFactory |
DTDDVFactory.getInstance()
Get an instance of the default DTDDVFactory implementation.
|
static DTDDVFactory |
DTDDVFactory.getInstance(String factoryClass)
Get an instance of DTDDVFactory implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DTDDVFactoryImpl
the factory to create/return built-in schema DVs and create user-defined DVs
|
class |
XML11DTDDVFactoryImpl
the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
|
Modifier and Type | Field and Description |
---|---|
protected DTDDVFactory |
SchemaParsingConfig.fCurrentDVFactory
Current Datatype validator factory.
|
protected DTDDVFactory |
SchemaParsingConfig.fDatatypeValidatorFactory
The XML 1.0 Datatype validator factory.
|
protected DTDDVFactory |
SchemaParsingConfig.fXML11DatatypeFactory
The XML 1.1 Datatype validator factory.
|
Modifier and Type | Field and Description |
---|---|
protected DTDDVFactory |
XML11NonValidatingConfiguration.fCurrentDVFactory
Current Datatype validator factory.
|
protected DTDDVFactory |
XML11DTDConfiguration.fCurrentDVFactory
Current Datatype validator factory.
|
protected DTDDVFactory |
XML11Configuration.fCurrentDVFactory
Current Datatype validator factory.
|
protected DTDDVFactory |
XMLGrammarParser.fDatatypeValidatorFactory
fDatatypeValidatorFactory
|
protected DTDDVFactory |
XML11NonValidatingConfiguration.fDatatypeValidatorFactory
The XML 1.0 Datatype validator factory.
|
protected DTDDVFactory |
XML11DTDConfiguration.fDatatypeValidatorFactory
The XML 1.0 Datatype validator factory.
|
protected DTDDVFactory |
XML11Configuration.fDatatypeValidatorFactory
The XML 1.0 Datatype validator factory.
|
protected DTDDVFactory |
NonValidatingConfiguration.fDatatypeValidatorFactory
Datatype validator factory.
|
protected DTDDVFactory |
DTDConfiguration.fDatatypeValidatorFactory
Datatype validator factory.
|
protected DTDDVFactory |
XML11NonValidatingConfiguration.fXML11DatatypeFactory
The XML 1.1 datatype factory.
|
protected DTDDVFactory |
XML11DTDConfiguration.fXML11DatatypeFactory
The XML 1.1 datatype factory.
|
protected DTDDVFactory |
XML11Configuration.fXML11DatatypeFactory
The XML 1.1 datatype factory.
|
Modifier and Type | Method and Description |
---|---|
protected DTDDVFactory |
NonValidatingConfiguration.createDatatypeValidatorFactory()
Create a datatype validator factory.
|
protected DTDDVFactory |
DTDConfiguration.createDatatypeValidatorFactory()
Create a datatype validator factory.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.