#include "GenericElements.hpp"
#include "../Strings/Strings.hpp"
#include "DOM.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | HTML |
| namespace | HTML::Elements |
Classes | |
| class | HTML::Elements::Element |
| The base element class The positions are set like specified in this schematic :. More... | |
Functions | |
| bool | HTML::Elements::allowedInID (const HTML::GenericElement::ElementID container, const HTML::GenericElement::ElementID child) |
| Is the given child allowed in the parent ? | |
| HTML::GenericElement::ElementID | HTML::Elements::fromTag (const tchar *const input, const uint32 &length) |
| Get the ID for a given element from the given tag name. | |
| HTML::GenericElement::Level | HTML::Elements::levelFromID (const HTML::GenericElement::ElementID type) |
| Get the declared level for a given element from the given element ID. | |
