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


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



public class ChildAxis
extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxis
The child axis contains the children of the context node.

Constructor Summary

ChildAxis()

Method Summary

protected voidaddChildren(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node , org.eclipse.wst.xml.xpath2.api.ResultBuffer copyInto , boolean recurse)
    
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)
     Retrieves the context node's children.
public java.lang.Stringname()
    

Constructor Detail

ChildAxis

public ChildAxis()


Methods Detail

addChildren

protected void addChildren(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node , org.eclipse.wst.xml.xpath2.api.ResultBuffer copyInto , boolean recurse)

Parameters

node

copyInto

recurse


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)

Retrieves the context node's children.

Parameters

node - is the type of node.

copyInto

limitNode


name

public java.lang.String name()

Returns

java.lang.String