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


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



public class DescendantOrSelfAxis
extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxis
The descendant-or-self axis contains the context node and the descendants of the context node.

Constructor Summary

DescendantOrSelfAxis()

Method Summary

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

Constructor Detail

DescendantOrSelfAxis

public DescendantOrSelfAxis()


Methods Detail

iterate

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.

Parameters

node - is the type of node.

rs

limitNode


name

public java.lang.String name()

Returns

java.lang.String