#include <xpath_expression.h>
Inheritance diagram for XPath::Axis::

Public Types | |
| enum | Id { NullAxis, Child, Descendent, Parent, Ancestor, FollowingSibling, PrecedingSibling, Following, Preceding, Attribute, Namespace, Self, DescendentOrSelf, AncestorOrSelf } |
Public Methods | |
| Axis () | |
| Axis (const Axis &node) | |
| Axis (ushort fid) | |
| virtual | ~Axis () |
| virtual Value * | evaluate (QueryState *state) |
| virtual QString | name () const |
| virtual QString | qstring () const |
|
|
Evaluates the current node, in the context of the specified QueryState. Note that if the evaluation is unsuccessful the value returned will be of the type Exception. Reimplemented from XPath::XPathNode. |
|
|
Returns a dump of the node.
Reimplemented from XPath::XPathNode. |
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001