| 209 | } |
| 210 | |
| 211 | TValueContext TBuf::WriteString(const TStringBuf& s) { |
| 212 | // use the default escaping mode for this object |
| 213 | return WriteString(s, EscapeMode); |
| 214 | } |
| 215 | |
| 216 | TValueContext TBuf::WriteString(const TStringBuf& s, EHtmlEscapeMode hem) { |
| 217 | BeginValue(); |
no test coverage detected