Package org.eclipse.wst.xml.xpath2.processor.internal
public class DescendantAxis extends org.eclipse.wst.xml.xpath2.processor.internal.ChildAxisThe descendant axis contains the descendants of the context node
Constructor Summary |
DescendantAxis() |
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) Using the context node retrieve the descendants of this node |
public java.lang.String | name() |
Constructor Detail |
public DescendantAxis()
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)
Using the context node retrieve the descendants of this node
node
- is the type of node.
copyInto
limitNode
public java.lang.String name()
java.lang.String