Package org.eclipse.wst.xml.xpath2.processor.internal
public class ChildAxis extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxisThe child axis contains the children of the context node.
Constructor Summary |
ChildAxis() |
Method Summary | |
protected void | addChildren(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node
,
org.eclipse.wst.xml.xpath2.api.ResultBuffer copyInto
,
boolean recurse) |
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. |
public java.lang.String | name() |
Constructor Detail |
public ChildAxis()
Methods Detail |
protected void addChildren(org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType node
,
org.eclipse.wst.xml.xpath2.api.ResultBuffer copyInto
,
boolean recurse)
node
copyInto
recurse
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.
node
- is the type of node.
copyInto
limitNode
public java.lang.String name()
java.lang.String