Interface XMLReaderCreator

  • All Known Implementing Classes:
    JAXPXMLReaderCreator

    public interface XMLReaderCreator
    A factory for XMLReaders. Thread-safety is determined by each particular implementation of this interface.
    Author:
    James Clark
    • Method Detail

      • createXMLReader

        XMLReader createXMLReader()
                           throws SAXException
        Creates a new XMLReader.
        Returns:
        a new XMLReader; never null
        Throws:
        SAXException - If an XMLReader cannot be created for any reason