KHTML
khtml::XPath::EvaluationContext Struct Reference
#include <expression.h>
Public Member Functions | |
EvaluationContext () | |
void | reportException (int ec) |
void | reset (DOM::NodeImpl *ctx, XPathNSResolverImpl *res) |
Public Attributes | |
int | exceptionCode |
DOM::NodeImpl * | node |
unsigned long | position |
XPathNSResolverImpl * | resolver |
unsigned long | size |
QHash< DOM::DOMString, DOM::DOMString > | variableBindings |
Detailed Description
Definition at line 47 of file expression.h.
Constructor & Destructor Documentation
◆ EvaluationContext()
|
inline |
Definition at line 49 of file expression.h.
Member Function Documentation
◆ reportException()
|
inline |
Definition at line 65 of file expression.h.
◆ reset()
|
inline |
Definition at line 51 of file expression.h.
Member Data Documentation
◆ exceptionCode
int khtml::XPath::EvaluationContext::exceptionCode |
Definition at line 67 of file expression.h.
◆ node
DOM::NodeImpl* khtml::XPath::EvaluationContext::node |
Definition at line 59 of file expression.h.
◆ position
unsigned long khtml::XPath::EvaluationContext::position |
Definition at line 61 of file expression.h.
◆ resolver
XPathNSResolverImpl* khtml::XPath::EvaluationContext::resolver |
Definition at line 72 of file expression.h.
◆ size
unsigned long khtml::XPath::EvaluationContext::size |
Definition at line 60 of file expression.h.
◆ variableBindings
QHash<DOM::DOMString, DOM::DOMString> khtml::XPath::EvaluationContext::variableBindings |
Definition at line 62 of file expression.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.