ScroogeXHTML for Delphi  7.2
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

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

Public Attributes

Boolean ConvertEmpty
 
TSxBase Converter
 
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.

Member Data Documentation

◆ ConvertEmpty

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

◆ Converter

TSxOutputWriter::Converter
See also
FConverter For reading
SetConverter For writing

◆ ConvertToPlainText

TSxOutputWriter::ConvertToPlainText
See also
SetConvertToPlainText For writing

◆ DomDocument

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

◆ EmptyPar

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

◆ LineTag

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

◆ StringResult

TSxOutputWriter::StringResult
See also
GetStringResult For reading