#include <expression.h>
Inheritance diagram for XPath::ExpressionAbbr::
Public Types | |
enum | AbbrType { AbbrCurrent, AbbrParent, AbbrChildren, AbbrDescendents, AbbrAttribute } |
Public Methods | |
ExpressionAbbr (AbbrType abbr, const QString &token=QString::null) | |
virtual Value | evaluate (const Context &context) |
virtual bool | match (const Context &context, const DOM::Node &node) |
|
|
|
|
|
Reimplemented from XPath::ExpressionNode. |
|
Reimplemented from XPath::ExpressionNode. |