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

SxText GetParaHTML (const ISimpleDomParagraph Para)
 
 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
 
SXText StringResult
 

Detailed Description

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

Member Data Documentation

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

Referenced by Write().

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

Referenced by Write().

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

Referenced by Write().

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

Referenced by Write().

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

Referenced by Write().

TSxOutputWriter::StringResult
See also
GetStringResult For reading