Uses of Interface org.w3c.dom.xpath.XPathNSResolver

Uses in package org.w3c.dom.xpath

Methods with parameter type org.w3c.dom.xpath.XPathNSResolver

XPathExpression
XPathEvaluator.createExpression(String expression, XPathNSResolver resolver)
Creates a parsed XPath expression with resolved namespaces.
Object
XPathEvaluator.evaluate(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.

Methods with return type org.w3c.dom.xpath.XPathNSResolver

XPathNSResolver
XPathEvaluator.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.

Uses in package org.apache.xpath.domapi

Classes implementing org.w3c.dom.xpath.XPathNSResolver

class
The class provides an implementation XPathNSResolver according to the DOM L3 XPath API Specification, Working Draft 28, March 2002.

Methods with parameter type org.w3c.dom.xpath.XPathNSResolver

XPathExpression
XPathEvaluatorImpl.createExpression(String expression, XPathNSResolver resolver)
Creates a parsed XPath expression with resolved namespaces.
Object
XPathEvaluatorImpl.evaluate(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.

Methods with return type org.w3c.dom.xpath.XPathNSResolver

XPathNSResolver
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.

Copyright B) 2004 Apache XML Project. All Rights Reserved.