libfilezilla
Public Member Functions | Protected Member Functions | List of all members
pretty_printer Class Referenceabstract

A slow pretty printer for XML as it is being parsed. More...

#include <xml.hpp>

Inheritance diagram for pretty_printer:
Inheritance graph
[legend]

Public Member Functions

void log (callback_event type, std::string_view, std::string_view name, std::string_view value)
 

Protected Member Functions

virtual void on_line (std::string_view line)=0
 

Detailed Description

A slow pretty printer for XML as it is being parsed.

Examples
xml_pp.cpp.

The documentation for this class was generated from the following file: