|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.ForwardAxis
org.ucl.xpath.AttributeAxis
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 | |
ResultSequence |
iterate(NodeType node,
DynamicContext dc)
Retrieves the context node's attributes. |
NodeType |
principal_node_kind()
Retrieves the node's principle node kind. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeAxis()
Method Detail |
public ResultSequence iterate(NodeType node, DynamicContext dc)
node
- is the type of node.dc
- is the dynamic context.
public NodeType principal_node_kind()
principal_node_kind
in interface Axis
principal_node_kind
in class ForwardAxis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |