Package org.apache.commons.digester.parser
DEPRECATED PACKAGE:
This package contains legacy schema support code used in the v1.x line of Digester releases. Starting v2.0, the recommended way to use schema validation is via the
This package contains legacy schema support code used in the v1.x line of Digester releases. Starting v2.0, the recommended way to use schema validation is via the
javax.xml.validation.Schema
support.-
Class Summary Class Description GenericParser Deprecated. 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.XercesParser Deprecated. 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.