Java org.w3c.dom.xpath XPathEvaluator fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.xpath XPathEvaluator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.xpath XPathEvaluator.

The text is from its open source code.

Method

XPathNSResolvercreateNSResolver(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.
Objectevaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result)
Evaluates an XPath expression string and returns a result of the specified type if possible.