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.Modifier and Type | Field and Description |
---|---|
private static boolean |
isXercesUsed
Deprecated.
true is Xerces is used. |
Constructor and Description |
---|
ParserFeatureSetterFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static javax.xml.parsers.SAXParser |
newSAXParser(java.util.Properties properties)
Deprecated.
Create a new
SAXParser |
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 parserSAXParser
configured based on the underlying
parser implementation.javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException