Class Poco::Net::EscapeHTMLStreamBuf (original) (raw)

Library: Net
Package: HTTP
Header: Poco/Net/EscapeHTMLStream.h

Description

This stream buffer replaces all occurrences of special HTML characters < > " & with their respective character entities < > " &.

Inheritance

Direct Base Classes: Poco::UnbufferedStreamBuf

All Base Classes: Poco::UnbufferedStreamBuf

Member Summary

Member Functions: readFromDevice, writeToDevice

Constructors

EscapeHTMLStreamBuf

EscapeHTMLStreamBuf(
std::ostream & ostr
);

Destructor

~EscapeHTMLStreamBuf

~EscapeHTMLStreamBuf();

Member Functions

readFromDevice protected

int readFromDevice();

writeToDevice protected

int writeToDevice(
char c
);