Package org.eclipse.wst.xml.xpath2.processor.internal
public class PrecedingSiblingAxis extends org.eclipse.wst.xml.xpath2.processor.internal.ReverseAxisthe preceding axis contains all nodes that are descendants of the root of the tree in which the context node is found including the context node itself
Constructor Summary |
PrecedingSiblingAxis() |
Method Summary | |
public void | iterate(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node
,
org.eclipse.wst.xml.xpath2.api.ResultBuffer copyInto
,
org.w3c.dom.Node limitNode) returns preceding nodes of the context node |
public java.lang.String | name() |
Constructor Detail |
public PrecedingSiblingAxis()
Methods Detail |
public void iterate(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node
,
org.eclipse.wst.xml.xpath2.api.ResultBuffer copyInto
,
org.w3c.dom.Node limitNode)
returns preceding nodes of the context node
node
- is the node type.
copyInto
limitNode
public java.lang.String name()
java.lang.String