19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_FLUSH_HTML_FILTER_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_FLUSH_HTML_FILTER_H_
25 namespace net_instaweb {
39 virtual void StartElementImpl(
HtmlElement* element);
43 virtual const char*
Name()
const {
return "FlushHtmlFilter"; }
Definition: common_filter.h:47
Definition: flush_html_filter.h:33
virtual const char * Name() const
The name of this filter – used for logging and debugging.
Definition: flush_html_filter.h:43
virtual void StartDocumentImpl()
Definition: html_element.h:42
Definition: rewrite_driver.h:100