XMLReaderCreatorpublic 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 | Description |
|---|---|
Jaxp11XMLReaderCreator() |
Default constructor.
|
| Modifier and Type | Method | 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