com.novell.xml.xpath
Interface XPathResetRegistrar

All Known Implementing Classes:
DOMEvaluator, DOMQuery, Stylesheet

public interface XPathResetRegistrar

An interface for implementers of XPathResetCache to call to register themselves.


Method Summary
 void registerResetCache(XPathResetCache reset)
          Register an instance of XPathResetCache so it will be called when the source document changes
 

Method Detail

registerResetCache

public void registerResetCache(XPathResetCache reset)
Register an instance of XPathResetCache so it will be called when the source document changes

Parameters:
reset - The object implementing XPathResetCache