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


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



public class SelfAxis
extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxis
Create a result sequence that contains the context node

Constructor Summary

SelfAxis()

Method Summary

public voiditerate(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.Stringname()
    

Constructor Detail

SelfAxis

public SelfAxis()


Methods Detail

iterate

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

Parameters

node - is the node type

copyInto

limitNode


name

public java.lang.String name()

Returns

java.lang.String