org.apache.xalan.xpath
Interface XPathSupport

All Known Implementing Classes:
XPathSupportDefault

public interface XPathSupport
extends org.apache.xalan.extensions.ExpressionContext

Provides basic support for independent use of XPath. This interface is used in order that there may be loose coupling between the XPath package and the support services, such as the variable store, parser services, DOM implementation, etc. Most if all implementations of this should derive from XPathSupportDefault (hence, it should probably be an abstract class instead of an interface).


Methods inherited from interface org.apache.xalan.extensions.ExpressionContext
getContextNode, getContextNodes, toNumber, toString
 



Copyright © 2000 Apache XML Project. All Rights Reserved.