org.ucl.xpath
Interface StaticChecker

All Known Implementing Classes:
StaticNameResolver

public interface StaticChecker

Interface to static checker.


Method Summary
 void check(XPathNode root)
          checks XPathNode
 

Method Detail

check

public void check(XPathNode root)
           throws StaticError
checks XPathNode

Parameters:
root - is an XPath node.
Throws:
static - error.
StaticError