DOMXPathExpression
interface represents a parsed and resolved XPath expression.
More...
#include <DOMXPathExpression.hpp>
Inheritance diagram for xercesc::DOMXPathExpression:
Public Member Functions | |
Destructor | |
virtual | ~DOMXPathExpression () |
Destructor. | |
Functions introduced in DOM Level 3 | |
virtual DOMXPathResult * | evaluate (const DOMNode *contextNode, DOMXPathResult::ResultType type, DOMXPathResult *result) const =0 |
Evaluates this XPath expression and returns a result. | |
Non-standard Extension | |
virtual void | release ()=0 |
Called to indicate that this DOMXPathExpression is no longer in use and that the implementation may relinquish any resources associated with it. | |
Protected Member Functions | |
Hidden constructors | |
DOMXPathExpression () |
DOMXPathExpression
interface represents a parsed and resolved XPath expression.
|
|
|
Destructor.
|
|
Evaluates this XPath expression and returns a result.
|
|
Called to indicate that this DOMXPathExpression is no longer in use and that the implementation may relinquish any resources associated with it. Access to a released object will lead to unexpected result. Implemented in XQillaExpression. |