![]() |
LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
|
#include "xmlnode.h"
Public Member Functions | |
| template<HtmlRepr T = QString> | |
| UTIL_SLL_API T | ToHtml (T prefix={}) const |
| UTIL_SLL_API Tag & | WithAttr (QString, QString) && |
| template<HtmlRepr T> | |
| T | ToHtml (T result) const |
Static Public Member Functions | |
| static UTIL_SLL_API Tag | WithText (const QString &name, const QString &contents) |
Public Attributes | |
| QString | Name_ |
| TagAttrs | Attrs_ {} |
| Nodes | Children_ {} |
| UTIL_SLL_API T LC::Util::Tag::ToHtml | ( | T | prefix = {} | ) | const |
| T LC::Util::Tag::ToHtml | ( | T | result | ) | const |
Definition at line 58 of file xmlnode.cpp.
References LC::Util::Filter(), and Name_.
Here is the call graph for this function:Definition at line 71 of file xmlnode.cpp.
References LC::Util::Filter().
Here is the call graph for this function:Definition at line 34 of file xmlnode.cpp.
References LC::Util::Filter(), and Name_.
Here is the call graph for this function:| QString LC::Util::Tag::Name_ |
Definition at line 37 of file xmlnode.h.
Referenced by LC::Util::Tags::Body(), LC::Util::Tags::Charset(), LC::Util::Tags::Html(), LC::Util::Tags::Image(), LC::Util::Tags::Li(), LC::Util::Tags::P(), LC::Util::Tags::Style(), LC::Util::Tags::TableGrid(), LC::Util::Tags::Title(), ToHtml(), LC::Util::Tags::Ul(), and WithText().