Package org.eclipse.wst.xml.xpath2.processor.internal
public class DescendantOrSelfAxis extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxisThe descendant-or-self axis contains the context node and the descendants of the context node.
Constructor Summary |
DescendantOrSelfAxis() |
Method Summary | |
public void | iterate(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node
,
org.eclipse.wst.xml.xpath2.api.ResultBuffer rs
,
org.w3c.dom.Node limitNode) Retrieve the the descendants of the context node and the context node itself. |
public java.lang.String | name() |
Constructor Detail |
public DescendantOrSelfAxis()
Methods Detail |
public void iterate(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node
,
org.eclipse.wst.xml.xpath2.api.ResultBuffer rs
,
org.w3c.dom.Node limitNode)
Retrieve the the descendants of the context node and the context node itself.
node
- is the type of node.
rs
limitNode
public java.lang.String name()
java.lang.String