|
Literal (unencoded) Text
| [Previous] [Main] [Next] |
|
| |
| Unlike htmlText, the htmlLiteral class performs no encoding of characters before producing HTML output. With that exception, using htmlLiteral is just like using htmlText. htmLiteral inherits from htmlObject, and is compatible with any html++ class that accepts htmlObject-derived arguments. If you do not want text encoded before output, pass it to html++ within an htmlLiteral object instead of directly as a String object.
| |
|
| |
