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 and Description |
---|
ParserFeatureSetterFactory() |
Modifier and Type | Method and Description |
---|---|
static javax.xml.parsers.SAXParser |
newSAXParser(java.util.Properties properties)
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
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.