functions.cpp File Reference
#include "functions.h"#include "xml/dom_docimpl.h"#include "xml/dom_nodeimpl.h"#include "xml/dom_nodelistimpl.h"#include "xml/dom_elementimpl.h"#include "kjs/operations.h"#include <QtDebug>#include <math.h>
Include dependency graph for functions.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | khtml |
| namespace | khtml::XPath |
Defines | |
| #define | DEFINE_FUNCTION_CREATOR(Class) static Function *create##Class() { return new Class; } |
Variables | |
| static FunctionMapping | khtml::XPath::functions [] |
| static const unsigned int | khtml::XPath::numFunctions = sizeof( functions ) / sizeof( functions[ 0 ] ) |
Define Documentation
| #define DEFINE_FUNCTION_CREATOR | ( | Class | ) | static Function *create##Class() { return new Class; } |
Definition at line 42 of file functions.cpp.
KDE 4.6 API Reference