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


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



public class AncestorAxis
extends org.eclipse.wst.xml.xpath2.processor.internal.ParentAxis
Returns the ancestors of the context node, this always includes the root node.

Constructor Summary

AncestorAxis()

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)
     Get the ancestors of the context node.
public java.lang.Stringname()
    

Constructor Detail

AncestorAxis

public AncestorAxis()


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)

Get the ancestors of the context node.

Parameters

node - is the type of node.

copyInto

limitNode


name

public java.lang.String name()

Returns

java.lang.String