Package org.eclipse.wst.xml.xpath2.processor.internal
public class ParentAxis extends org.eclipse.wst.xml.xpath2.processor.internal.ReverseAxisthe parent axis contains the sequence returned by the dm:parent accessor in, which returns the parent of the context node, or an empty sequence if the context node has no parent
Constructor Summary |
ParentAxis() |
Method Summary | |
public org.w3c.dom.Node | findParent(org.w3c.dom.Node n) |
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) returns parent accessors of the context node |
public java.lang.String | name() |
Constructor Detail |
public ParentAxis()
Methods Detail |
public org.w3c.dom.Node findParent(org.w3c.dom.Node n)
n
org.w3c.dom.Node
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)
returns parent accessors of the context node
node
- is the node type.
copyInto
limitNode
public java.lang.String name()
java.lang.String