org.apache.xml.utils
public class XMLReaderManager extends Object
Method Summary | |
---|---|
static XMLReaderManager | getInstance()
Retrieves the singleton reader manager |
XMLReader | getXMLReader()
Retrieves a cached XMLReader for this thread, or creates a new
XMLReader, if the existing reader is in use. |
void | releaseXMLReader(XMLReader reader)
Mark the cached XMLReader as available. |
Parameters: reader The XMLReader that's being released.