|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.digester.GenericParser
public class GenericParser
Create a SAXParser
configured to support XML Schema and DTD.
Field Summary | |
---|---|
protected static java.lang.String |
JAXP_SCHEMA_LANGUAGE
The JAXP 1.2 property to set up the schemaLanguage used. |
protected static Log |
log
The Log to which all SAX event related logging calls will be made. |
Constructor Summary | |
---|---|
GenericParser()
|
Method Summary | |
---|---|
static javax.xml.parsers.SAXParser |
newSAXParser(java.util.Properties properties)
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 Log log
protected static java.lang.String JAXP_SCHEMA_LANGUAGE
Constructor Detail |
---|
public GenericParser()
Method Detail |
---|
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 Scheman and DTD
properties
- parser specific properties/features
SAXParser
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
org.xml.sax.SAXNotRecognizedException
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |