Package org.eclipse.wst.xml.xpath2.processor.internal
public class ForwardAxis extends java.lang.ObjectAn axis that only ever contains the context node or nodes that are after the context node in document order is a forward axis.
Constructor Summary |
ForwardAxis() |
Method Summary | |
public org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType | principal_node_kind() Return the new Element Type |
Constructor Detail |
public ForwardAxis()
Methods Detail |
public org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType principal_node_kind()
Return the new Element Type
org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType
- The element type.