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


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



public class AttributeAxis
extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxis
The attribute axis contains the attributes of the context node. The axis will be empty unless the context node is an element.

Constructor Summary

AttributeAxis()

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)
     Retrieves the context node's attributes.
public java.lang.Stringname()
    
public org.eclipse.wst.xml.xpath2.processor.internal.types.NodeTypeprincipal_node_kind()
     Retrieves the node's principle node kind.

Constructor Detail

AttributeAxis

public AttributeAxis()


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)

Retrieves the context node's attributes.

Parameters

node - is the type of node.

copyInto

limitNode


name

public java.lang.String name()

Returns

java.lang.String


principal_node_kind

public org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType principal_node_kind()

Retrieves the node's principle node kind.

Returns

org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType - The type of node.