Package org.apache.commons.digester.parser

DEPRECATED PACKAGE:
This package contains legacy schema support code used in the v1.x line of Digester releases.

See:
          Description

Class Summary
GenericParser Deprecated. Create an XMLParser instance yourself, configure validation appropriately, and pass it as a parameter to the Digester constructor, or use Digester.setXMLSchema(javax.xml.validation.Schema) for validation.
XercesParser Deprecated. Create an XMLParser instance yourself, configure validation appropriately, and pass it as a parameter to the Digester constructor, or use Digester.setXMLSchema(javax.xml.validation.Schema) for validation.
 

Package org.apache.commons.digester.parser Description

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 javax.xml.validation.Schema support.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.