#include <textoutputbuilder.h>
Public Member Functions | |
| void | build (PageColumnIterator it_s, PageColumnIterator it_e) |
| void | build (PageFragmentIterator it_s, PageFragmentIterator it_e) |
| std::string | str () const |
Static Public Member Functions | |
| static std::string | xml (const XmlOutputBuilder &out) |
Private Attributes | |
| std::string | _str |
Page xml builder.
| void textoutput::XmlOutputBuilder::build | ( | PageFragmentIterator | , | |
| PageFragmentIterator | ||||
| ) | [virtual] |
Build output from fragments.
Implements textoutput::OutputBuilder.
References debug::DBG_DBG, and kernelPrintDbg.
| void textoutput::XmlOutputBuilder::build | ( | PageColumnIterator | it_s, | |
| PageColumnIterator | it_e | |||
| ) | [virtual] |
Build output from fragments.
Implements textoutput::OutputBuilder.
References textoutput::OutputBuilder::_pagepos, and _str.
| std::string textoutput::XmlOutputBuilder::str | ( | ) | const [inline] |
| string textoutput::XmlOutputBuilder::xml | ( | const XmlOutputBuilder & | out | ) | [static] |
Get xml output.
References str().
std::string textoutput::XmlOutputBuilder::_str [private] |