Package org.eclipse.wst.xml.xpath2.processor.internal
public class Axis extendsThis is the interface class for an Axis. An axis defines the "direction of movement" for a step between a context node and another node that is reachable via the axis.
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)Get elements and attributes. |
public java.lang.String | name()Returns the title of the sequence as it appears in the XPath source |
public org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType | principal_node_kind()Get the principle kind of node. |
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)
Get elements and attributes.
node - is the type of node.
copyInto - TODO
limitNode - TODO
public java.lang.String name()
Returns the title of the sequence as it appears in the XPath source
java.lang.String - Axis title
public org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType principal_node_kind()
Get the principle kind of node.
org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType - The principle node kind.