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
SAXParserproperties - (logical) properties to be set on parserSAXParser configured based on the underlying
parser implementation.javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionorg.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.