Web Connection User's Guide


Generating HTML from Smalltalk

The Web Connection feature provides a stream class called AbtHtmlWriteStream. This stream is a subclass of WriteStream and implements the following instance methods:

nextPutAll: aString
Writes aString to the stream, but writes HTML entities for the characters <, >, ", and &.

nextPutAllLiteral: aString
Writes aString to the stream without translations of special characters to HTML entities.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]