XQillaExpression
interface extends the DOMXPathExpression
interface, providing the ability to release the object.
More...
#include <XQillaExpression.hpp>
Inheritance diagram for XQillaExpression:
Public Member Functions | |
virtual void * | evaluate (xercesc::DOMNode *contextNode, unsigned short type, void *reuseableResult) const =0 |
Evaluates this XPath expression and returns a result. | |
Destructor | |
virtual | ~XQillaExpression () |
Destructor. | |
Non-standard Extension | |
virtual void | release ()=0 |
Called to indicate that this object (and its associated children) is no longer in use and that the implementation may relinquish any resources associated with it and its associated children. | |
Protected Member Functions | |
Hidden constructors | |
XQillaExpression () |
XQillaExpression
interface extends the DOMXPathExpression
interface, providing the ability to release the object.
The evaluate method will always return an object of type XPath2Result
|
Destructor.
|
|
|
|
Evaluates this XPath expression and returns a result.
Implements xercesc::DOMXPathExpression. |
|
Called to indicate that this object (and its associated children) is no longer in use and that the implementation may relinquish any resources associated with it and its associated children. Access to a released object will lead to unexpected result. |