com.thaiopensource.xml.sax
Class Jaxp11XMLReaderCreator
java.lang.Object
  |
  +--com.thaiopensource.xml.sax.Jaxp11XMLReaderCreator
- All Implemented Interfaces: 
- XMLReaderCreator
- public class Jaxp11XMLReaderCreator- extends Object- implements 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:
- SAXParserFactory
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Jaxp11XMLReaderCreator
public Jaxp11XMLReaderCreator()
- Default constructor.
 
createXMLReader
public XMLReader createXMLReader()
                          throws SAXException
- Description copied from interface: XMLReaderCreator
- Creates a new XMLReader.
 
- 
- Specified by:
- createXMLReaderin interface- XMLReaderCreator
 
- 
- Returns:
- a new XMLReader; nevernull
- Throws:
- SAXException- If an- XMLReadercannot be created for any reason