|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.utils.XMLReaderManager
public class XMLReaderManager
Creates XMLReader objects and caches them for re-use. This class follows the singleton pattern.
Method Summary | |
---|---|
static XMLReaderManager |
getInstance()
Retrieves the singleton reader manager |
org.xml.sax.XMLReader |
getXMLReader()
Retrieves a cached XMLReader for this thread, or creates a new XMLReader, if the existing reader is in use. |
void |
releaseXMLReader(org.xml.sax.XMLReader reader)
Mark the cached XMLReader as available. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static XMLReaderManager getInstance()
public org.xml.sax.XMLReader getXMLReader() throws org.xml.sax.SAXException
releaseXMLReader(org.xml.sax.XMLReader)
.
org.xml.sax.SAXException
public void releaseXMLReader(org.xml.sax.XMLReader reader)
reader
- The XMLReader that's being released.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |