ScroogeXHTML for Object Pascal 9.1
Loading...
Searching...
No Matches
TSxOutputWriter Class Reference

An instance of this class reads the DomDocument and builds the (X)HTML result. More...

Inheritance diagram for TSxOutputWriter:
ISxOutputWriter

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
 

Detailed Description

An instance of this class reads the DomDocument and builds the (X)HTML result.

Constructor & Destructor Documentation

◆ TSxOutputWriter()

TSxOutputWriter::TSxOutputWriter ( const TSxBase AConverter)

Member Function Documentation

◆ GetParaHTML()

string TSxOutputWriter::GetParaHTML ( const TSimpleDomNode Node)

◆ Write()

TSxOutputWriter::Write ( )

Write method iterates the DomDocument and builds the result into StringResult.

Implements ISxOutputWriter.

Member Data Documentation

◆ ConvertEmpty

Boolean TSxOutputWriter::ConvertEmpty
See also
FConvertEmpty For reading
FConvertEmpty For writing

◆ ConvertToPlainText

Boolean TSxOutputWriter::ConvertToPlainText
See also
SetConvertToPlainText For writing

◆ DomDocument

ISimpleDomDocument TSxOutputWriter::DomDocument
See also
GetDomDocument For reading
SetDomDocument For writing

◆ EmptyPar

string TSxOutputWriter::EmptyPar
See also
FEmptyPar For reading
FEmptyPar For writing

◆ LineTag

string TSxOutputWriter::LineTag
See also
FLineTag For reading
FLineTag For writing

◆ StringResult

string TSxOutputWriter::StringResult
See also
GetStringResult For reading