![]() |
ScroogeXHTML for Object Pascal 9.1
|
An instance of this class reads the DomDocument and builds the (X)HTML result. More...
Public Member Functions | |
TSxOutputWriter (const TSxBase AConverter) | |
string | GetParaHTML (const TSimpleDomNode Node) |
Write () | |
Write method iterates the DomDocument and builds the result into StringResult. | |
Public Attributes | |
Boolean | ConvertEmpty |
Boolean | ConvertToPlainText |
ISimpleDomDocument | DomDocument |
string | EmptyPar |
string | LineTag |
string | StringResult |
An instance of this class reads the DomDocument and builds the (X)HTML result.
TSxOutputWriter::TSxOutputWriter | ( | const TSxBase | AConverter | ) |
string TSxOutputWriter::GetParaHTML | ( | const TSimpleDomNode | Node | ) |
TSxOutputWriter::Write | ( | ) |
Write method iterates the DomDocument and builds the result into StringResult.
Implements ISxOutputWriter.
Boolean TSxOutputWriter::ConvertEmpty |
Boolean TSxOutputWriter::ConvertToPlainText |
ISimpleDomDocument TSxOutputWriter::DomDocument |
string TSxOutputWriter::EmptyPar |
string TSxOutputWriter::LineTag |
string TSxOutputWriter::StringResult |