ScroogeXHTML for Object Pascal 8.5
Loading...
Searching...
No Matches
TSimpleDomDocument Class Reference

document object which stores and builds the complete output More...

Inheritance diagram for TSimpleDomDocument:
ISimpleDomDocument

Public Member Functions

 TSimpleDomDocument ()
 create a new instance of the TSimpleDomDocument class
 
 Add (const string S)
 add a string to the document
 
 AddEncoded (const string S)
 add an encoded string to the document
 

Detailed Description

document object which stores and builds the complete output

A class which represents a document.

Constructor & Destructor Documentation

◆ TSimpleDomDocument()

TSimpleDomDocument::TSimpleDomDocument ( )

create a new instance of the TSimpleDomDocument class

Member Function Documentation

◆ Add()

TSimpleDomDocument::Add ( const string S)

add a string to the document

◆ AddEncoded()

TSimpleDomDocument::AddEncoded ( const string S)

add an encoded string to the document

Implements ISimpleDomDocument.