Package org.eclipse.wst.xml.xpath2.processor.internal
public class FollowingSiblingAxis extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxisThe 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 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 |
public java.lang.String | name() |
Constructor Detail |
public FollowingSiblingAxis()
Methods Detail |
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
node
- is the type of node.
copyInto
limitNode
public java.lang.String name()
java.lang.String