Package net.sf.saxon.s9api.streams
Class AxisStep
An AxisStep is a
Step
that implements one of the 13 XPath Axes.-
Constructor Details
-
AxisStep
-
-
Method Details
-
apply
Apply this function to the given argument. In other words, return a stream of nodes selected by this XPath axis, starting at the supplied origin- Parameters:
node
- the origin node for the navigation- Returns:
- the stream of nodes selected by the axis. The nodes are returned in Axis order (for a reverse axis like preceding-sibling or ancestor, this is the reverse of document order). If the supplied argument is not a node, return an empty stream.
-