Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

XPath::Session Class Reference

The central class through which this XPath implementation is used. More...

#include <xpath_session.h>

List of all members.

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)


Detailed Description

The central class through which this XPath implementation is used.

Author:
Richard Moore, rich@kde.org


Constructor & Destructor Documentation

XPath::Session::Session const DOM::Document   document
 

Creates a session in which XPath queries can be executed for the specified document.

XPath::Session::Session const Session &    other
 

XPath::Session::~Session  
 


Member Function Documentation

Session& XPath::Session::operator= const Session &    other
 

Session& XPath::Session::operator= const DOM::Document   other
 

Value XPath::Session::select const DOM::DOMString   query
 

Executes an XPath query against the current document and returns the results.

Parameters:
query  The XPath expression to be executed.
Returns:
The value resulting from the execution of the specified XPath query.
Exceptions:
XPathException  This exception is thrown if the evaluation of the query fails.


The documentation for this class was generated from the following file:
Generated on Sat Jan 31 23:28:26 2004 for XPath by doxygen1.2.18