Digester
constructor, or use
Digester.setXMLSchema(javax.xml.validation.Schema)
for validation.@Deprecated public class ParserFeatureSetterFactory extends Object
SAXParser
based on the underlying parser.
Allows logical properties depending on logical parser versions
to be set.Constructor and Description |
---|
ParserFeatureSetterFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SAXParser |
newSAXParser(Properties properties)
Deprecated.
Create a new
SAXParser |
public static SAXParser newSAXParser(Properties properties) throws ParserConfigurationException, SAXException, SAXNotRecognizedException, SAXNotSupportedException
SAXParser
properties
- (logical) properties to be set on parserSAXParser
configured based on the underlying
parser implementation.ParserConfigurationException
SAXException
SAXNotRecognizedException
SAXNotSupportedException
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.