BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.xpath
Interface XPathSupport

All Known Implementing Classes:
XPathSupportDefault

public interface XPathSupport
extends 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).

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

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


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.