class EE::UI::Tools::HTMLFormatter

Overview

#include <htmlformatter.hpp>

class HTMLFormatter {
public:
    // methods

    static std::string HTMLtoXML(const std::string& layoutString);
    static std::string HTMLBodyToXML(const std::string& layoutString);
};

Detailed Documentation

Methods

static std::string HTMLBodyToXML(const std::string& layoutString)

Converts HTML to XML, serializing only the children of the parsed body element.