org.apache.tomcat.util.digester
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. |
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