org.apache.taglibs.xtags.xpath
Interface ContextNodeTag

All Known Implementing Classes:
ForEachTag

public interface ContextNodeTag

An abstract base class which represents a context node on which XPath expressions can be evaluated.

Author:
James Strachan

Method Summary
 java.lang.Object getContext()
           
 

Method Detail

getContext

public java.lang.Object getContext()
Returns:
the Node or List of nodes which is the context on which XPath expressions will be performed.


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.