Digester constructor, or use
Digester.setXMLSchema(javax.xml.validation.Schema) for validation.@Deprecated public class ParserFeatureSetterFactory extends java.lang.Object
SAXParser based on the underlying parser.
Allows logical properties depending on logical parser versions
to be set.| Constructor | Description |
|---|---|
ParserFeatureSetterFactory() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static javax.xml.parsers.SAXParser |
newSAXParser(java.util.Properties properties) |
Deprecated.
Create a new
SAXParser |
public ParserFeatureSetterFactory()
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
SAXParserproperties - (logical) properties to be set on parserSAXParser configured based on the underlying
parser implementation.javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionorg.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedException