Interface XMLReaderCreator

All Known Implementing Classes:
Jaxp11XMLReaderCreator, Sax2XMLReaderCreator

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

    Modifier and Type
    Method
    Description
    Creates a new XMLReader.
  • Method Details

    • 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