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

Uses in package org.w3c.dom.xpath

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

XPathExpression
XPathEvaluator.createExpression(String expression, XPathNSResolver resolver)
Creates a parsed XPath expression with resolved namespaces.

Uses in package org.apache.xpath.domapi

Classes implementing org.w3c.dom.xpath.XPathExpression

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

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

XPathExpression
XPathEvaluatorImpl.createExpression(String expression, XPathNSResolver resolver)
Creates a parsed XPath expression with resolved namespaces.

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