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


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



public class ForwardAxis
extends java.lang.Object
An 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.NodeTypeprincipal_node_kind()
     Return the new Element Type

Constructor Detail

ForwardAxis

public ForwardAxis()


Methods Detail

principal_node_kind

public org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType principal_node_kind()

Return the new Element Type

Returns

org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType - The element type.