Class text
Defined in File node.hpp
Inheritance Relationships
Base Type
public mxml::node_with_text
(Class node_with_text)
Class Documentation
-
class text : public mxml::node_with_text
A node containing text.
Public Functions
-
inline virtual constexpr node_type type() const override
node_type to be returned by each implementation of this node class
-
inline text(std::string text = {})
default constructor
-
inline void append(std::string_view text)
append text to the stored text
-
bool is_space() const
returns true if this text contains only whitespace characters
-
inline virtual constexpr node_type type() const override