NetKernel APIs


org.ten60.netkernel.xml.xda
Interface IXPathImplementation

All Known Implementing Classes:
DOMXPathImplementation

public interface IXPathImplementation

Abstract xpath evaluation engine


Method Summary
 IXPathResult eval(Object aContext, String aXPath)
          Evaluate an xpath on a given context within this
 void reset()
          Reset any state in the evaluator after updates to the document
 

Method Detail

eval

public IXPathResult eval(Object aContext,
                         String aXPath)
                  throws XPathImplementationException
Evaluate an xpath on a given context within this

Parameters:
aContext - an implementation specific context object
aXPath - an xpath into the document
Throws:
XPathImplementationException - thrown if the evaluation fails for any reason

reset

public void reset()
Reset any state in the evaluator after updates to the document


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.