-
Classes Class Description org.apache.commons.digester.parser.GenericParser Create an XMLParser instance yourself, configure validation appropriately, and pass it as a parameter to theDigesterconstructor, 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 theDigesterconstructor, 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 theDigesterconstructor, or useDigester.setXMLSchema(javax.xml.validation.Schema)for validation.
-
Fields Field Description org.apache.commons.digester.Digester.JAXP_SCHEMA_LANGUAGE This is now managed byParserFeatureSetterFactoryorg.apache.commons.digester.Digester.schemaLanguage UseSchemasupport instead.org.apache.commons.digester.Digester.schemaLocation UseSchemasupport instead.