org.apache.commons.digester.parser
public class GenericParser extends Object
SAXParser configured to support XML Schema and DTD.
Since: 1.6
| Field Summary | |
|---|---|
| protected static String | JAXP_SCHEMA_LANGUAGE
The JAXP 1.2 property to set up the schemaLanguage used. |
| 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. |
| Method Summary | |
|---|---|
| static SAXParser | newSAXParser(Properties properties)
Create a SAXParser configured to support XML Scheman and DTD |
SAXParser configured to support XML Scheman and DTDParameters: properties parser specific properties/features
Returns: an XML Schema/DTD enabled SAXParser