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) |
![]() | |
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 |
![]() | |
Expression * | subExpr (unsigned int i) |
const Expression * | subExpr (unsigned int i) const |
unsigned int | subExprCount () const |
Additional Inherited Members | |
![]() | |
static EvaluationContext & | evaluationContext () |
static void | reportInvalidExpressionErr () |
static void | reportNamespaceErr () |
Detailed Description
Definition at line 39 of file functions.h.
Member Function Documentation
§ arg() [1/2]
|
protected |
Definition at line 380 of file functions.cpp.
§ arg() [2/2]
|
protected |
Definition at line 385 of file functions.cpp.
§ argCount()
|
protected |
Definition at line 390 of file functions.cpp.
§ dump()
|
virtual |
Implements khtml::XPath::Expression.
Definition at line 365 of file functions.cpp.
§ name()
|
protected |
Definition at line 395 of file functions.cpp.
§ setArguments()
void khtml::XPath::Function::setArguments | ( | const QList< Expression *> & | args | ) |
Definition at line 353 of file functions.cpp.
§ setName()
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-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:30:36 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:30:36 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.