#include <ParserTests.hpp>
Public Member Functions | |
| bool | checkTaggingSpeed () |
| This test check that the current tagging code is faster than a classic O(N) search. | |
| bool | dumpDOM (HTML::DOMTree &domTree) |
| int | dumpMethod (const DOM::Node *node, int level) |
| bool | parseDocHTMLFile () |
| bool | testTagging () |
| This test check correct tagging of both know and unknown elements. | |
| bool Tests::ParserTest::checkTaggingSpeed | ( | ) | [inline] |
This test check that the current tagging code is faster than a classic O(N) search.
| bool Tests::ParserTest::dumpDOM | ( | HTML::DOMTree & | domTree | ) | [inline] |
| int Tests::ParserTest::dumpMethod | ( | const DOM::Node * | node, | |
| int | level | |||
| ) | [inline] |
| bool Tests::ParserTest::parseDocHTMLFile | ( | ) | [inline] |
| bool Tests::ParserTest::testTagging | ( | ) | [inline] |
This test check correct tagging of both know and unknown elements.
