|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl.CacheEntry
Helper class for storing cached DOMs
Field Summary | |
(package private) org.w3c.dom.Document |
document
|
(package private) boolean |
ready
|
(package private) java.io.File |
src
|
(package private) long |
timestamp
|
Constructor Summary | |
protected |
DocumentLoaderImpl.CacheEntry()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
volatile long timestamp
volatile org.w3c.dom.Document document
volatile java.io.File src
volatile boolean ready
Constructor Detail |
protected DocumentLoaderImpl.CacheEntry()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |