Page Speed Optimization Libraries
1.8.31.3
|
#include "flush_html_filter.h"
Public Member Functions | |
FlushHtmlFilter (RewriteDriver *driver) | |
virtual void | StartDocumentImpl () |
virtual void | StartElementImpl (HtmlElement *element) |
virtual void | EndElementImpl (HtmlElement *element) |
virtual void | Flush () |
virtual const char * | Name () const |
This filter is run immediately after lexing when streaming HTML into the system. It is used to monitor the HTML and try to figure out good times to flush, based on document structure and timing.
virtual void net_instaweb::FlushHtmlFilter::StartDocumentImpl | ( | ) | [virtual] |
Overload these implementer methods: Intentionally left abstract so that implementers don't forget to change the name from Blah to BlahImpl.
Implements net_instaweb::CommonFilter.