public class GenericParser extends Object
SAXParser
configured to support XML Schema and DTD.Modifier and Type | Field and Description |
---|---|
protected static String |
JAXP_SCHEMA_LANGUAGE
The 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
SAXParser configured 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/featuresSAXParser
ParserConfigurationException
SAXException
SAXNotRecognizedException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.