Package org.apache.commons.digester
Class ParserFeatureSetterFactory
java.lang.Object
org.apache.commons.digester.ParserFeatureSetterFactory
Deprecated.
Creates a
SAXParser
based on the underlying parser.
Allows logical properties depending on logical parser versions
to be set.- Since:
- 1.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SAXParser
newSAXParser
(Properties properties) Deprecated.Create a newSAXParser
-
Constructor Details
-
ParserFeatureSetterFactory
public ParserFeatureSetterFactory()Deprecated.
-
-
Method Details
-
newSAXParser
public static SAXParser newSAXParser(Properties properties) throws ParserConfigurationException, SAXException, SAXNotRecognizedException, SAXNotSupportedException Deprecated.Create a newSAXParser
- Parameters:
properties
- (logical) properties to be set on parser- Returns:
- a
SAXParser
configured based on the underlying parser implementation. - Throws:
ParserConfigurationException
SAXException
SAXNotRecognizedException
SAXNotSupportedException
-
Digester
constructor, or useDigester.setXMLSchema(javax.xml.validation.Schema)
for validation.