Most of the evaluation methods take a context object. This is typically a node or node set object (which is typically a List of node objects) or a Jaxen Context object. A null context is allowed, meaning that there is no XML nodes on which to evaluate.
@see org.jaxen.dom4j.Dom4jXPath XPath for dom4j @see org.jaxen.jdom.JDOMXPath XPath for JDOM @see org.jaxen.dom.DOMXPath XPath for W3C DOM @see org.jaxen.exml.ElectricXPath XPath for Electric XML @author bob mcwhirter @author James Strachan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|