org.apache.commons.digester.parser
Class GenericParser
java.lang.Object
org.apache.commons.digester.parser.GenericParser
public class GenericParser
extends java.lang.Object
Create a SAXParser
configured to support XML Schema and DTD.
protected static String | JAXP_SCHEMA_LANGUAGE - The JAXP 1.2 property to set up the schemaLanguage used.
|
private static String | JAXP_SCHEMA_SOURCE - The JAXP 1.2 property required to set up the schema location.
|
protected static Log | log - The Log to which all SAX event related logging calls will be made.
|
static SAXParser | newSAXParser(Properties properties) - Create a
SAXParser configured to support XML Scheman and DTD
|
JAXP_SCHEMA_LANGUAGE
protected static String JAXP_SCHEMA_LANGUAGE
The JAXP 1.2 property to set up the schemaLanguage used.
JAXP_SCHEMA_SOURCE
private static final String JAXP_SCHEMA_SOURCE
The JAXP 1.2 property required to set up the schema location.
log
protected static Log log
The Log to which all SAX event related logging calls will be made.
newSAXParser
public static SAXParser newSAXParser(Properties properties)
throws ParserConfigurationException,
SAXException,
SAXNotRecognizedException
Create a SAXParser
configured to support XML Scheman and DTD
properties
- parser specific properties/features
- an XML Schema/DTD enabled
SAXParser
Copyright 2001-2005 The Apache Software Foundation.