org.apache.xalan.xsltc.dom
Class DocumentCache
- DOMCache
public final class DocumentCache
void | getStatistics(PrintWriter out) - Outputs the cache statistics
|
DOM | retrieveDocument(String baseURI, String href, Translet trs) - Returns a document either by finding it in the cache or
downloading it and putting it in the cache.
|
DocumentCache
public DocumentCache(int size)
throws SAXException
DocumentCache constructor
DocumentCache
public DocumentCache(int size,
XSLTCDTMManager dtmManager)
throws SAXException
DocumentCache constructor
getStatistics
public void getStatistics(PrintWriter out)
Outputs the cache statistics
retrieveDocument
public DOM retrieveDocument(String baseURI,
String href,
Translet trs)
Returns a document either by finding it in the cache or
downloading it and putting it in the cache.
- retrieveDocument in interface DOMCache
Copyright B) 2004 Apache XML Project. All Rights Reserved.