|
ScroogeXHTML for Object Pascal 9.0
|
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.
| TSxOutputWriter::ConvertEmpty |
| TSxOutputWriter::ConvertToPlainText |
| TSxOutputWriter::DomDocument |
| TSxOutputWriter::EmptyPar |
| TSxOutputWriter::LineTag |
| TSxOutputWriter::StringResult |