KHTML
khtml::XPath::LocationPath Class Reference
#include <path.h>
Inheritance diagram for khtml::XPath::LocationPath:
Public Member Functions | |
| LocationPath () | |
| virtual | ~LocationPath () |
| virtual QString | dump () const |
| void | optimize () |
Public Member Functions inherited from khtml::XPath::Expression | |
| Expression () | |
| virtual | ~Expression () |
| void | addSubExpression (Expression *expr) |
| virtual Value | evaluate () const |
| virtual bool | isConstant () const |
| void | optimize () |
Additional Inherited Members | |
Static Public Member Functions inherited from khtml::XPath::Expression | |
| static EvaluationContext & | evaluationContext () |
| static void | reportInvalidExpressionErr () |
| static void | reportNamespaceErr () |
Protected Member Functions inherited from khtml::XPath::Expression | |
| Expression * | subExpr (unsigned int i) |
| const Expression * | subExpr (unsigned int i) const |
| unsigned int | subExprCount () const |
Detailed Description
Constructor & Destructor Documentation
◆ LocationPath()
◆ ~LocationPath()
Member Function Documentation
◆ dump()
|
virtual |
Implements khtml::XPath::Expression.
◆ optimize()
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:04:32 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:04:32 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from