#include "../../include/HTMLParser/Elements.hpp"
#include "../../include/HTMLParser/Attributes.hpp"
Namespaces | |
| namespace | HTML |
| namespace | HTML::Attributes |
| namespace | HTML::Elements |
Defines | |
| #define | MakeShort(X, Y) ((X << 8) | Y) |
Functions | |
| bool | HTML::Elements::allowedInID (const HTML::GenericElement::ElementID container, const HTML::GenericElement::ElementID child) |
| Is the given child allowed in the parent ? | |
| bool | HTML::Elements::allowedInStrictID (const HTML::GenericElement::ElementID container, const HTML::GenericElement::ElementID child) |
| HTML::GenericAttribute::AttributeID | HTML::Attributes::fromAttributeName (const tchar *const input, const uint32 &length) |
| Get the ID for a given attribute from the given attribute name. | |
| 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. | |
| HTML::GenericElement::Level | HTML::Elements::levelFromStrictID (const HTML::GenericElement::ElementID type) |
| #define MakeShort | ( | X, | |||
| Y | ) | ((X << 8) | Y) |
