#include <xpath_session.h>
Public Methods | |
Session (const DOM::Document &document) | |
Session (const Session &other) | |
Session & | operator= (const Session &other) |
Session & | operator= (const DOM::Document &other) |
~Session () | |
Value | select (const DOM::DOMString &query) |
|
Creates a session in which XPath queries can be executed for the specified document.
|
|
|
|
|
|
|
|
|
|
Executes an XPath query against the current document and returns the results.
|