API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.xpath. XPathEvaluator View Source
Author(s)
Since
Version
Serial
Hierarchy
 XPathEvaluator
Subinterfaces
Description
public interface XPathEvaluator
  The evaluation of XPath expressions is provided by XPathEvaluator.
See also:   
Methods
Hide/Show inherited methods
public XPathExpression createExpression (String expression, XPathNSResolver resolver) throws XPathException DOMException
  Creates a parsed XPath expression with resolved namespaces.
public XPathNSResolver createNSResolver (Node nodeResolver)
  Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.
public Object evaluate (String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) throws XPathException DOMException
  Evaluates an XPath expression string and returns a result of the specified type if possible.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar