Package org.eclipse.wst.xml.xpath2.processor.internal
public class AttributeAxis extends org.eclipse.wst.xml.xpath2.processor.internal.ForwardAxisThe 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 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. |
public java.lang.String | name() |
public org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType | principal_node_kind() Retrieves the node's principle node kind. |
Constructor Detail |
public AttributeAxis()
Methods Detail |
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.
node
- is the type of node.
copyInto
limitNode
public java.lang.String name()
java.lang.String
public org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType principal_node_kind()
Retrieves the node's principle node kind.
org.eclipse.wst.xml.xpath2.processor.internal.types.NodeType
- The type of node.