Package org.eclipse.wst.xml.xpath2.processor.internal
public class PrecedingAxis 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
Constructor Summary |
PrecedingAxis() |
Method Summary | |
public void | iterate(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node
,
org.eclipse.wst.xml.xpath2.api.ResultBuffer result
,
org.w3c.dom.Node limitNode) returns preceding nodes of the context node |
public java.lang.String | name() |
Constructor Detail |
public PrecedingAxis()
Methods Detail |
public void iterate(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node
,
org.eclipse.wst.xml.xpath2.api.ResultBuffer result
,
org.w3c.dom.Node limitNode)
returns preceding nodes of the context node
node
- is the node type.
result
limitNode
public java.lang.String name()
java.lang.String