#include "add_head_filter.h"
|
| AddHeadFilter (HtmlParse *parser, bool combine_multiple_heads) |
|
virtual void | StartDocument () |
|
virtual void | StartElement (HtmlElement *element) |
|
virtual void | EndDocument () |
|
virtual void | EndElement (HtmlElement *element) |
|
virtual void | Flush () |
|
virtual const char * | Name () const |
|
Guarantees there is a head element in HTML. This enables downstream filters to assume that there will be a head.
The documentation for this class was generated from the following file: