public class Jaxp11XMLReaderCreator extends java.lang.Object implements XMLReaderCreator
XMLReaderCreator that uses JAXP 1.1 to create XMLReaders.
An instance of this class is not safe for concurrent access by multiple threads.SAXParserFactory| Constructor and Description |
|---|
Jaxp11XMLReaderCreator()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.xml.sax.XMLReader |
createXMLReader()
Creates a new
XMLReader. |
public org.xml.sax.XMLReader createXMLReader()
throws org.xml.sax.SAXException
XMLReaderCreatorXMLReader.createXMLReader in interface XMLReaderCreatorXMLReader; never nullorg.xml.sax.SAXException - If an XMLReader cannot be created for any reason