Class GenericParser

java.lang.Object
org.apache.commons.digester.parser.GenericParser

@Deprecated public class GenericParser extends Object
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.
Create a SAXParser configured to support XML Schema and DTD.
Since:
1.6
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static String
    Deprecated.
    The JAXP 1.2 property to set up the schemaLanguage used.
    private static final String
    Deprecated.
    The JAXP 1.2 property required to set up the schema location.
    protected static org.apache.commons.logging.Log
    Deprecated.
    The Log to which all SAX event related logging calls will be made.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static SAXParser
    Deprecated.
    Create a SAXParser configured to support XML Scheman and DTD

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static org.apache.commons.logging.Log log
      Deprecated.
      The Log to which all SAX event related logging calls will be made.
    • JAXP_SCHEMA_SOURCE

      private static final String JAXP_SCHEMA_SOURCE
      Deprecated.
      The JAXP 1.2 property required to set up the schema location.
      See Also:
    • JAXP_SCHEMA_LANGUAGE

      protected static String JAXP_SCHEMA_LANGUAGE
      Deprecated.
      The JAXP 1.2 property to set up the schemaLanguage used.
  • Constructor Details

    • GenericParser

      public GenericParser()
      Deprecated.
  • Method Details