Public Member Functions | |
XMLWriter (bool indent, std::ostream &output) | |
void | close () |
void | openElement (std::string_view name, const XMLAttrs &attrs=XMLAttrs()) |
void | closeElement () |
void | writeEmptyElement (std::string_view name, const XMLAttrs &attrs=XMLAttrs()) |