Package org.eclipse.wst.xml.xpath2.processor.internal


org.eclipse.wst.xml.xpath2.processor.internal
Class DescendantAxis



public class DescendantAxis
extends org.eclipse.wst.xml.xpath2.processor.internal.ChildAxis
The descendant axis contains the descendants of the context node

Constructor Summary

DescendantAxis()

Method Summary

public voiditerate(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.Stringname()
    

Constructor Detail

DescendantAxis

public DescendantAxis()


Methods Detail

iterate

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

Parameters

node - is the type of node.

copyInto

limitNode


name

public java.lang.String name()

Returns

java.lang.String