org.apache.tomcat.util.digester
Class ParserFeatureSetterFactory
java.lang.Object
   org.apache.tomcat.util.digester.ParserFeatureSetterFactory
org.apache.tomcat.util.digester.ParserFeatureSetterFactory
- public class ParserFeatureSetterFactory 
- extends java.lang.Object
Creates a SAXParser based on the underlying parser.
 Allows logical properties depending on logical parser versions
 to be set.
- Since:
- 1.6
 
| Method Summary | 
| static javax.xml.parsers.SAXParser | newSAXParser(java.util.Properties properties)Create a new
 SAXParser | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ParserFeatureSetterFactory
public ParserFeatureSetterFactory()
newSAXParser
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
- Create a new SAXParser
 
- 
- Parameters:
- properties- (logical) properties to be set on parser
- Returns:
- a SAXParserconfigured based on the underlying
 parser implementation.
- Throws:
- javax.xml.parsers.ParserConfigurationException
- org.xml.sax.SAXException
- org.xml.sax.SAXNotRecognizedException
- org.xml.sax.SAXNotSupportedException
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.