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


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



public class FollowingSiblingAxis
extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxis
The following-sibling 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; if the context node is an attribute nodeor namespace node, the following-sibling axis is empty.

Constructor Summary

FollowingSiblingAxis()

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

Constructor Detail

FollowingSiblingAxis

public FollowingSiblingAxis()


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)

Return the result of FollowingSiblingAxis expression

Parameters

node - is the type of node.

copyInto

limitNode


name

public java.lang.String name()

Returns

java.lang.String