org.apache.xpath.axes
Interface SubContextList

All Known Implementing Classes:
AxesWalker, StepPattern

public interface SubContextList


Method Summary
 int getLastPos(XPathContext xctxt)
           
 int getProximityPosition(XPathContext xctxt)
          Get the current sub-context position.
 

Method Detail

getLastPos

public int getLastPos(XPathContext xctxt)

getProximityPosition

public int getProximityPosition(XPathContext xctxt)
Get the current sub-context position.


Copyright © 2000 Apache XML Project. All Rights Reserved.