Interface LocationStep

All Superinterfaces:
MatchExpression, PathComponent, XPathExpression

public interface LocationStep extends PathComponent
This interface represents a Location Step as defined by XPath 1.0
Version:
$Revision: 3734 $ $Date: 2003-05-13 09:55:04 +0200 (Tue, 13 May 2003) $
Author:
Keith Visco
  • Field Details

  • Method Details

    • getAxisIdentifier

      short getAxisIdentifier()
      Returns the axis-identifier for this LocationStep.
      Returns:
      the axis-identifier for this LocationStep.
    • getNodeExpr

      NodeExpression getNodeExpr()
      Returns the NodeExpression for this LocationStep
      Returns:
      the NodeExpression for this LocationStep