|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.digester.parser.GenericParser
Digester
constructor, or use
Digester.setXMLSchema(Schema)
for validation.
public class GenericParser
Create a SAXParser
configured to support XML Schema and DTD.
Field Summary | |
---|---|
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 Summary | |
---|---|
GenericParser()
Deprecated. |
Method Summary | |
---|---|
static SAXParser |
newSAXParser(Properties properties)
Deprecated. Create a SAXParser configured to support XML Scheman and DTD |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
protected static String JAXP_SCHEMA_LANGUAGE
Constructor Detail |
---|
public GenericParser()
Method Detail |
---|
public static SAXParser newSAXParser(Properties properties) throws ParserConfigurationException, SAXException, SAXNotRecognizedException
SAXParser
configured to support XML Scheman and DTD
properties
- parser specific properties/features
SAXParser
ParserConfigurationException
SAXException
SAXNotRecognizedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |