Package org.eclipse.wst.xml.xpath2.processor.internal
public class AncestorOrSelfAxis extends org.eclipse.wst.xml.xpath2.processor.internal.ReverseAxisThe ancestor-or-self axis contains the context node and the ancestors of the context node, this always includes the root node.
Constructor Summary |
AncestorOrSelfAxis() |
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 ancestor nodes of the context node and the context node itself. |
public java.lang.String | name() |
Constructor Detail |
public AncestorOrSelfAxis()
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 ancestor nodes of the context node and the context node itself.
node
- is the type of node.
copyInto
limitNode
public java.lang.String name()
java.lang.String