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
SAXParser
configured based on the underlying
parser implementation.
- Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException