public class GenericParser extends Object
SAXParser configured to support XML Schema and DTD.| Modifier and Type | Field and Description | 
|---|---|
| protected static 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 SAXParser | newSAXParser(Properties properties)Create a  SAXParserconfigured to support XML Schema and DTD | 
protected static String JAXP_SCHEMA_LANGUAGE
public static SAXParser newSAXParser(Properties properties) throws ParserConfigurationException, SAXException, SAXNotRecognizedException
SAXParser configured to support XML Schema and DTDproperties - parser specific properties/featuresSAXParserParserConfigurationExceptionSAXExceptionSAXNotRecognizedExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.