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