Digester
constructor, or use
Digester.setXMLSchema(javax.xml.validation.Schema)
for validation.@Deprecated 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
Deprecated.
The JAXP 1.2 property to set up the schemaLanguage used.
|
protected static org.apache.commons.logging.Log |
log
Deprecated.
The Log to which all SAX event related logging calls will be made.
|
Constructor and Description |
---|
GenericParser()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SAXParser |
newSAXParser(Properties properties)
Deprecated.
Create a
SAXParser configured to support XML Scheman and DTD |
protected static org.apache.commons.logging.Log log
protected static String JAXP_SCHEMA_LANGUAGE
public static SAXParser newSAXParser(Properties properties) throws ParserConfigurationException, SAXException, SAXNotRecognizedException
SAXParser
configured to support XML Scheman and DTDproperties
- parser specific properties/featuresSAXParser
ParserConfigurationException
SAXException
SAXNotRecognizedException
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.