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


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



public class FollowingAxis
extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxis
the following axis contains the context node's following siblings, those children of the context node's parent that occur after the context node in document order.

Constructor Summary

FollowingAxis()

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)
     Return the result of FollowingAxis expression
public java.lang.Stringname()
    

Constructor Detail

FollowingAxis

public FollowingAxis()


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)

Return the result of FollowingAxis expression

Parameters

node - is the type of node.

result

limitNode


name

public java.lang.String name()

Returns

java.lang.String