SourceForge.net Logo
List of all members
XQillaExpression Class Referenceabstract

The XQillaExpression interface extends the DOMXPathExpression interface, providing the ability to release the object. More...

#include <XQillaExpression.hpp>

Inheritance diagram for XQillaExpression:
Inheritance graph
[legend]

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 DOMXPathResultevaluate (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 ()
 

Detailed Description

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

Since
DOM Level 3

Member Function Documentation

virtual void XQillaExpression::release ( )
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.


The documentation for this class was generated from the following file: