public class GenericParser
extends java.lang.Object
SAXParser configured to support XML Schema and DTD.| Modifier and Type | Field and Description | 
|---|---|
| protected static java.lang.String | JAXP_SCHEMA_LANGUAGEThe JAXP 1.2 property to set up the schemaLanguage used. | 
| Constructor and Description | 
|---|
| GenericParser() | 
| Modifier and Type | Method and Description | 
|---|---|
| static javax.xml.parsers.SAXParser | newSAXParser(java.util.Properties properties)Create a  SAXParserconfigured to support XML Schema and DTD | 
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 Schema and DTDproperties - parser specific properties/featuresSAXParserjavax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionorg.xml.sax.SAXNotRecognizedExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.