|
ScroogeXHTML for Object Pascal 9.0
|
document object which stores and builds the complete output More...
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 | |
document object which stores and builds the complete output
A class which represents a document.
| TSimpleDomDocument::TSimpleDomDocument | ( | ) |
create a new instance of the TSimpleDomDocument class
| TSimpleDomDocument::Add | ( | const string | S | ) |
add a string to the document
| TSimpleDomDocument::AddEncoded | ( | const string | S | ) |
add an encoded string to the document
Implements ISimpleDomDocument.