-
Classes Class Description org.apache.commons.digester.parser.GenericParser Create an XMLParser instance yourself, configure validation appropriately, and pass it as a parameter to theDigester
constructor, or useDigester.setXMLSchema(javax.xml.validation.Schema)
for validation.org.apache.commons.digester.parser.XercesParser Create an XMLParser instance yourself, configure validation appropriately, and pass it as a parameter to theDigester
constructor, or useDigester.setXMLSchema(javax.xml.validation.Schema)
for validation.org.apache.commons.digester.ParserFeatureSetterFactory Create an XMLParser instance yourself, configure validation appropriately, and pass it as a parameter to theDigester
constructor, or useDigester.setXMLSchema(javax.xml.validation.Schema)
for validation.
-
Fields Field Description org.apache.commons.digester.Digester.JAXP_SCHEMA_LANGUAGE This is now managed byParserFeatureSetterFactory
org.apache.commons.digester.Digester.schemaLanguage UseSchema
support instead.org.apache.commons.digester.Digester.schemaLocation UseSchema
support instead.