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


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



public class PrecedingSiblingAxis
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 including the context node itself

Constructor Summary

PrecedingSiblingAxis()

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)
     returns preceding nodes of the context node
public java.lang.Stringname()
    

Constructor Detail

PrecedingSiblingAxis

public PrecedingSiblingAxis()


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)

returns preceding nodes of the context node

Parameters

node - is the node type.

copyInto

limitNode


name

public java.lang.String name()

Returns

java.lang.String