The XQillaExpression
interface extends the DOMXPathExpression
interface, providing the ability to release the object.
More...
#include <XQillaExpression.hpp>
Public Member Functions | |
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. More... | |
Public Member Functions inherited from xercesc::DOMXPathExpression | |
virtual | ~DOMXPathExpression () |
Destructor. More... | |
virtual DOMXPathResult * | evaluate (const DOMNode *contextNode, DOMXPathResult::ResultType type, DOMXPathResult *result) const =0 |
Evaluates this XPath expression and returns a result. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from xercesc::DOMXPathExpression | |
DOMXPathExpression () | |
The XQillaExpression
interface extends the DOMXPathExpression
interface, providing the ability to release the object.
The evaluate method will always return an object of type XPath2Result
|
pure virtual |
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.
Implements xercesc::DOMXPathExpression.