Format::Html Class Reference
#include <Html.h>
Inheritance diagram for Format::Html:
Collaboration diagram for Format::Html:
Public Member Functions | |
void | escape (String &value) const override |
Perform any necessary text escaping so output is valid. More... | |
MimeType | mimeType () const override |
Correspdoning MIME type for this format. More... | |
![]() | |
void | escape (String &value) const override |
Perform any necessary text escaping so output is valid. More... | |
void | quote (String &value) const override |
Convert a value into quoted string. More... | |
void | unQuote (String &value) const override |
Remove any quotes from a value. More... | |
MimeType | mimeType () const override |
Correspdoning MIME type for this format. More... | |
Member Function Documentation
◆ escape()
|
overridevirtual |
Perform any necessary text escaping so output is valid.
Implements Format::Formatter.
◆ mimeType()
|
inlineoverridevirtual |
Correspdoning MIME type for this format.
- Note
- New types must be added to WebConstants.h
Implements Format::Formatter.
The documentation for this class was generated from the following file: