.. index:: pair: class; EE::UI::Tools::HTMLFormatter
.. _doxid-class_e_e_1_1_u_i_1_1_tools_1_1_h_t_m_l_formatter:
class EE::UI::Tools::HTMLFormatter
==================================
.. toctree::
:hidden:
.. ref-code-block:: cpp
:class: doxyrest-overview-code-block
#include
class HTMLFormatter {
public:
// methods
static bool :target:`isInlineNode`(const pugi::xml_node& node);
static bool :target:`hasSignificantText`(const pugi::xml_node& node);
static pugi::xml_node :target:`getLogicalPrev`(const pugi::xml_node& node);
static pugi::xml_node :target:`getLogicalNext`(const pugi::xml_node& node);
static :ref:`String` :target:`collapseXmlWhitespace`(const :ref:`String`& text, const pugi::xml_node& node);
};