|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.digester.ParserFeatureSetterFactory
public class ParserFeatureSetterFactory
Creates a SAXParser based on the underlying parser.
Allows logical properties depending on logical parser versions
to be set.
| Constructor Summary | |
|---|---|
ParserFeatureSetterFactory()
|
|
| Method Summary | |
|---|---|
static javax.xml.parsers.SAXParser |
newSAXParser(java.util.Properties properties)
Create a new SAXParser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParserFeatureSetterFactory()
| 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,
org.xml.sax.SAXNotSupportedException
SAXParser
properties - (logical) properties to be set on parser
SAXParser configured based on the underlying
parser implementation.
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||