Package org.eclipse.wst.xml.xpath2.processor.internal
public class SelfAxis extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxisCreate a result sequence that contains the context node
Constructor Summary |
SelfAxis() |
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) create new rs and add the context node to it |
public java.lang.String | name() |
Constructor Detail |
public SelfAxis()
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)
create new rs and add the context node to it
node
- is the node type
copyInto
limitNode
public java.lang.String name()
java.lang.String