Package com.thaiopensource.xml.sax
Class Jaxp11XMLReaderCreator
java.lang.Object
com.thaiopensource.xml.sax.Jaxp11XMLReaderCreator
- All Implemented Interfaces:
XMLReaderCreator
An
XMLReaderCreator
that uses JAXP 1.1 to create XMLReader
s.
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:XMLReaderCreator
Creates a newXMLReader
.- Specified by:
createXMLReader
in interfaceXMLReaderCreator
- Returns:
- a new
XMLReader
; nevernull
- Throws:
SAXException
- If anXMLReader
cannot be created for any reason
-