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

Packages that use XPathNSResolver
org.apache.xpath.domapi Implements DOM Level 3 XPath API 
org.w3c.dom.xpath   
 

Uses of XPathNSResolver in org.apache.xpath.domapi
 

Methods in org.apache.xpath.domapi that return XPathNSResolver
 XPathNSResolver XPathEvaluatorImpl.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.
 

Methods in org.apache.xpath.domapi with parameters of type XPathNSResolver
 XPathExpression XPathEvaluatorImpl.createExpression(java.lang.String expression, XPathNSResolver resolver)
          Creates a parsed XPath expression with resolved namespaces.
 java.lang.Object XPathEvaluatorImpl.evaluate(java.lang.String expression, Node contextNode, XPathNSResolver resolver, short type, java.lang.Object result)
          Evaluates an XPath expression string and returns a result of the specified type if possible.
 

Uses of XPathNSResolver in org.w3c.dom.xpath
 

Methods in org.w3c.dom.xpath that return 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.
 

Methods in org.w3c.dom.xpath with parameters of type XPathNSResolver
 XPathExpression XPathEvaluator.createExpression(java.lang.String expression, XPathNSResolver resolver)
          Creates a parsed XPath expression with resolved namespaces.
 java.lang.Object XPathEvaluator.evaluate(java.lang.String expression, Node contextNode, XPathNSResolver resolver, short type, java.lang.Object result)
          Evaluates an XPath expression string and returns a result of the specified type if possible.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.