org.apache.xalan.xsltc.dom
public final class DocumentCache.CachedDocument extends Object
| Constructor Summary | |
|---|---|
| CachedDocument(String uri)
Constructor - load document and initialise statistics | |
| Method Summary | |
|---|---|
| long | getAccessCount() |
| DOM | getDocument() |
| long | getEstimatedSize() |
| long | getFirstReferenced() |
| long | getLastChecked() |
| long | getLastModified() |
| long | getLastReferenced() |
| long | getLatency() |
| void | incAccessCount() |
| void | loadDocument(String uri)
Loads the document and updates build-time (latency) statistics |
| void | setLastChecked(long t) |
| void | setLastModified(long t) |