* @throws ParserConfigurationException
* @throws SAXException
*/
public StreamingParser(Configuration configuration, InputStream input, QName elementName)
throws ParserConfigurationException, SAXException {
this(configuration, input, new ElementNameStreamingParserHandler(configuration, elementName));
}