ScroogeXHTML for Delphi  6.8
 All Classes Functions Variables Pages
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

ISimpleDomDocument strict
 
string FEmptyPar
 
Boolean FConvertEmpty
 
Boolean FConvertToPlainText
 
string FLineTag
 
TSxBase FConverter
 
SXText Content
 
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
TSxOutputWriter::Converter
See also
FConverter For reading
SetConverter For writing

Referenced by TSxMain::DoConvert().

TSxOutputWriter::ConvertToPlainText
See also
SetConvertToPlainText For writing
TSxOutputWriter::DomDocument
See also
GetDomDocument For reading
SetDomDocument For writing
TSxOutputWriter::EmptyPar
See also
FEmptyPar For reading
FEmptyPar For writing
TSxOutputWriter::LineTag
See also
FLineTag For reading
FLineTag For writing
TSxOutputWriter::StringResult
See also
GetStringResult For reading