com.novell.xml.xpath
Interface XPathResetCache

All Known Implementing Classes:
Key, TopLevelVariableTemplate, xsltDocument

public interface XPathResetCache

Interface so that expressions, etc. which cache results can be told to reset the cache (e.g., if an expression value will not change given the same input document, the expression object may cache the value after the first time Expression.evaluate() is called. The controlling entity (XSLT, etc.) will need to tell the expression object to reset its cache when a new input document is used).


Method Summary
 void resetCache()
          Reset any cached data for another invocation
 

Method Detail

resetCache

public void resetCache()
Reset any cached data for another invocation