KHTML
interpreter_tester.cpp File Reference
#include "expression.h"
#include "parsedstatement.h"
#include "XPathExceptionImpl.h"
#include "DocumentImpl.h"
#include "DOMStringImpl.h"
#include "KDOMParser.h"
#include "KDOMParserFactory.h"
#include "NamedAttrMapImpl.h"
#include "kdom.h"
#include <kaboutdata.h>
#include <kapplication.h>
#include <kcmdlineargs.h>
#include <QBuffer>
#include <QtDebug>
Go to the source code of this file.
Functions | |
void | check (DocumentImpl *doc, const QString &statement, const QString &expected) |
void | check (DocumentImpl *doc, const QString &statement, const QStringList &idsOfExpectedMatches) |
void | check (DocumentImpl *doc, const QString &statement, double expected) |
int | main (int argc, char **argv) |
Function Documentation
◆ check() [1/3]
void check | ( | DocumentImpl * | doc, |
const QString & | statement, | ||
const QString & | expected | ||
) |
Definition at line 47 of file interpreter_tester.cpp.
◆ check() [2/3]
void check | ( | DocumentImpl * | doc, |
const QString & | statement, | ||
const QStringList & | idsOfExpectedMatches | ||
) |
Definition at line 84 of file interpreter_tester.cpp.
◆ check() [3/3]
void check | ( | DocumentImpl * | doc, |
const QString & | statement, | ||
double | expected | ||
) |
Definition at line 66 of file interpreter_tester.cpp.
◆ main()
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 142 of file interpreter_tester.cpp.
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.