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
docwire::html_writer Class Reference
Inheritance diagram for docwire::html_writer:
docwire::writer docwire::with_pimpl< html_writer > docwire::with_pimpl_base

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_typecreate_impl (Args &&... args)
 
 with_pimpl (Args &&... args)
 
 with_pimpl (with_pimpl< html_writer > &&other) noexcept
 
 with_pimpl (std::nullptr_t)
 
with_pimploperator= (with_pimpl &&other) noexcept
 
impl_typeimpl ()
 
const impl_typeimpl () const
 

Detailed Description

Definition at line 24 of file html_writer.h.

Member Function Documentation

◆ write_to()

void docwire::html_writer::write_to ( const message_ptr &  msg,
std::ostream &  stream 
)
overridevirtual

Converts text from callback to html format.

Parameters
tagdata from callback
streamoutput stream

Implements docwire::writer.


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