public static class ThreadSafeTraxProcessor.ExtendedTransformerHandlerAndValidity extends XSLTProcessor.TransformerHandlerAndValidity
XSLTProcessor.TransformerHandlerAndValidity
with information about the cache state of the underlying Templates
.Modifier and Type | Field and Description |
---|---|
(package private) ThreadSafeTraxProcessor.CacheValidity |
_cacheValidity |
Constructor and Description |
---|
ExtendedTransformerHandlerAndValidity(TransformerHandler handler,
SourceValidity validity,
ThreadSafeTraxProcessor.CacheValidity cacheValidity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ThreadSafeTraxProcessor.CacheValidity |
getValidity()
Returns the
ThreadSafeTraxProcessor.CacheValidity associated with the current stylesheet. |
boolean |
isFromCache()
Returns true if the underlying
Templates has been taken from cache. |
getTransfomerHandler, getTransfomerValidity
ThreadSafeTraxProcessor.CacheValidity _cacheValidity
public ExtendedTransformerHandlerAndValidity(TransformerHandler handler, SourceValidity validity, ThreadSafeTraxProcessor.CacheValidity cacheValidity)
handler
- the TransformerHandler
.validity
- the SourceValidity
.cacheValidity
- the cache status.public boolean isFromCache()
Templates
has been taken from cache.public ThreadSafeTraxProcessor.CacheValidity getValidity()
ThreadSafeTraxProcessor.CacheValidity
associated with the current stylesheet.ThreadSafeTraxProcessor.CacheValidity
.