|
DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
|
Public Member Functions | |
| void | write_to (const message_ptr &msg, std::ostream &stream) override |
| Converts text from callback to html format. More... | |
Additional Inherited Members | |
Protected Types inherited from docwire::with_pimpl< html_writer > | |
| using | impl_type = pimpl_impl< html_writer > |
Protected Member Functions inherited from docwire::with_pimpl< html_writer > | |
| impl_type * | create_impl (Args &&... args) |
| with_pimpl (Args &&... args) | |
| with_pimpl (with_pimpl< html_writer > &&other) noexcept | |
| with_pimpl (std::nullptr_t) | |
| with_pimpl & | operator= (with_pimpl &&other) noexcept |
| impl_type & | impl () |
| const impl_type & | impl () const |
Definition at line 24 of file html_writer.h.
|
overridevirtual |
Converts text from callback to html format.
| tag | data from callback |
| stream | output stream |
Implements docwire::writer.