org.apache.xalan.xpath
Interface XPathSupport

All Known Implementing Classes:
XPathSupportDefault

Deprecated. This compatibility layer will be removed in later releases.

public interface XPathSupport

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




Copyright © 2001 Apache XML Project. All Rights Reserved.