#include <DOMTests.hpp>
Public Types | |
typedef HTML::DOMTree::Node | DOMNode |
The DOM node. | |
Public Member Functions | |
bool | AppendSomeChildren () |
Append some node to the tree using the different methods. | |
bool | checkMethods () |
Check the expected return for the accessors. | |
bool | createRootNode () |
Check root node creation. | |
DOMTest (HTML::Elements::Allocators::BaseAllocator *allocator) | |
Try to use the other interface. | |
Public Attributes | |
const DOM::Node * | root |
The DOMTree as seen in the specification. | |
HTML::DOMTree | xTree |
The DOM tree. |
The DOM node.
Tests::DOMTest::DOMTest | ( | HTML::Elements::Allocators::BaseAllocator * | allocator | ) | [inline] |
Try to use the other interface.
bool Tests::DOMTest::AppendSomeChildren | ( | ) | [inline] |
Append some node to the tree using the different methods.
bool Tests::DOMTest::checkMethods | ( | ) | [inline] |
Check the expected return for the accessors.
bool Tests::DOMTest::createRootNode | ( | ) | [inline] |
Check root node creation.
const DOM::Node* Tests::DOMTest::root |
The DOMTree as seen in the specification.
The DOM tree.