Format::Xml Class Reference

#include <Xml.h>

Inheritance diagram for Format::Xml:
Collaboration diagram for Format::Xml:

Public Member Functions

void escape (String &value) const override
 Perform any necessary text escaping so output is valid. More...
 
MimeType mimeType () const override
 Corresponding MIME type for this format. More...
 
- Public Member Functions inherited from Format::Standard
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...
 

Member Function Documentation

◆ escape()

void Format::Xml::escape ( String value) const
overridevirtual

Perform any necessary text escaping so output is valid.

Reimplemented from Format::Standard.

◆ mimeType()

MimeType Format::Xml::mimeType ( ) const
inlineoverridevirtual

Corresponding MIME type for this format.

Note
New types must be added to WebConstants.h

Reimplemented from Format::Standard.


The documentation for this class was generated from the following file: