#include <XPath.h>
Public Member Functions | |
bool | check (const judo::Element &root) |
Check to see if the query would match on the given root. | |
Value * | execute (judo::Element *root) |
Execute the query on the given element and return the result set. |
Definition at line 214 of file XPath.h.
|
Check to see if the query would match on the given root.
Definition at line 273 of file XPath.cpp. References judo::XPath::Value::check(), and execute(). |
|
Execute the query on the given element and return the result set.
Definition at line 282 of file XPath.cpp. References judo::XPath::Value::setMatch(). Referenced by check(). |