Class Jaxp11XMLReaderCreator
java.lang.Object
com.thaiopensource.xml.sax.Jaxp11XMLReaderCreator
- All Implemented Interfaces:
XMLReaderCreator
An
XMLReaderCreator that uses JAXP 1.1 to create XMLReaders.
An instance of this class is not safe for concurrent access by multiple threads.- Author:
- James Clark
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Jaxp11XMLReaderCreator
public Jaxp11XMLReaderCreator()Default constructor.
-
-
Method Details
-
createXMLReader
Description copied from interface:XMLReaderCreatorCreates a newXMLReader.- Specified by:
createXMLReaderin interfaceXMLReaderCreator- Returns:
- a new
XMLReader; nevernull - Throws:
SAXException- If anXMLReadercannot be created for any reason
-