Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.DVFactoryException
-
Packages that use DVFactoryException Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv -
-
Uses of DVFactoryException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv that throw DVFactoryException Modifier and Type Method 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.static SchemaDVFactory
SchemaDVFactory. getInstance()
Get a default instance of SchemaDVFactory implementation.static SchemaDVFactory
SchemaDVFactory. getInstance(String factoryClass)
Get an instance of SchemaDVFactory implementation.
-