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


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



public class PrecedingAxis
extends org.eclipse.wst.xml.xpath2.processor.internal.ReverseAxis
the preceding axis contains all nodes that are descendants of the root of the tree in which the context node is found

Constructor Summary

PrecedingAxis()

Method Summary

public voiditerate(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node , org.eclipse.wst.xml.xpath2.api.ResultBuffer result , org.w3c.dom.Node limitNode)
     returns preceding nodes of the context node
public java.lang.Stringname()
    

Constructor Detail

PrecedingAxis

public PrecedingAxis()


Methods Detail

iterate

public void iterate(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node , org.eclipse.wst.xml.xpath2.api.ResultBuffer result , org.w3c.dom.Node limitNode)

returns preceding nodes of the context node

Parameters

node - is the node type.

result

limitNode


name

public java.lang.String name()

Returns

java.lang.String