KHTML
khtml::XPath::Function Class Reference
#include <functions.h>
Inheritance diagram for khtml::XPath::Function:
Public Member Functions | |
virtual QString | dump () const |
void | setArguments (const QList< Expression * > &args) |
void | setName (const DOM::DOMString &name) |
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 () |
Protected Member Functions | |
Expression * | arg (int pos) |
const Expression * | arg (int pos) const |
unsigned int | argCount () const |
DOM::DOMString | name () const |
Protected Member Functions inherited from khtml::XPath::Expression | |
Expression * | subExpr (unsigned int i) |
const Expression * | subExpr (unsigned int i) const |
unsigned int | subExprCount () const |
Additional Inherited Members | |
Static Public Member Functions inherited from khtml::XPath::Expression | |
static EvaluationContext & | evaluationContext () |
static void | reportInvalidExpressionErr () |
static void | reportNamespaceErr () |
Detailed Description
Definition at line 39 of file functions.h.
Member Function Documentation
|
protected |
Definition at line 380 of file functions.cpp.
|
protected |
Definition at line 385 of file functions.cpp.
|
protected |
Definition at line 390 of file functions.cpp.
|
virtual |
Implements khtml::XPath::Expression.
Definition at line 365 of file functions.cpp.
|
protected |
Definition at line 395 of file functions.cpp.
void khtml::XPath::Function::setArguments | ( | const QList< Expression * > & | args | ) |
Definition at line 353 of file functions.cpp.
void khtml::XPath::Function::setName | ( | const DOM::DOMString & | name | ) |
Definition at line 360 of file functions.cpp.
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 Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.