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 SAXParsernewSAXParser(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
SAXParserconfigured based on the underlying parser implementation. - Throws:
ParserConfigurationExceptionSAXExceptionSAXNotRecognizedExceptionSAXNotSupportedException
-
Digesterconstructor, or useDigester.setXMLSchema(javax.xml.validation.Schema)for validation.