Inline small Javascript files. More...
#include "js_inline_filter.h"
Public Member Functions | |
JsInlineFilter (RewriteDriver *driver) | |
virtual void | StartDocumentImpl () |
virtual void | EndDocument () |
Note: EndDocument will be called imediately before the last Flush call. | |
virtual void | StartElementImpl (HtmlElement *element) |
virtual void | EndElementImpl (HtmlElement *element) |
virtual void | Characters (HtmlCharactersNode *characters) |
Called for raw characters between tags. | |
virtual const char * | Name () const |
The name of this filter -- used for logging and debugging. | |
Friends | |
class | Context |
Inline small Javascript files.
virtual void net_instaweb::JsInlineFilter::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.