-
- All Known Implementing Classes:
JAXPXMLReaderCreator
public interface XMLReaderCreatorA factory forXMLReaders. Thread-safety is determined by each particular implementation of this interface.- Author:
- James Clark
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.xml.sax.XMLReadercreateXMLReader()Creates a newXMLReader.
-