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