Package org.eclipse.wst.xml.xpath2.processor.internal
public class AncestorAxis extends org.eclipse.wst.xml.xpath2.processor.internal.ParentAxisReturns the ancestors of the context node, this always includes the root node.
Constructor Summary |
AncestorAxis() |
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) Get the ancestors of the context node. |
public java.lang.String | name() |
Constructor Detail |
public AncestorAxis()
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)
Get the ancestors of the context node.
node
- is the type of node.
copyInto
limitNode
public java.lang.String name()
java.lang.String