Page Speed Optimization Libraries
1.2.24.1
|
Leaf node representing an HTML directive. More...
#include "html_node.h"
Protected Member Functions | |
virtual void | SynthesizeEvents (const HtmlEventListIterator &iter, HtmlEventList *queue) |
Friends | |
class | HtmlParse |
Leaf node representing an HTML directive.
virtual void net_instaweb::HtmlDirectiveNode::SynthesizeEvents | ( | const HtmlEventListIterator & | iter, |
HtmlEventList * | queue | ||
) | [protected, virtual] |
Create new event object(s) representing this node, and insert them into the queue just before the given iterator; also, update this node object as necessary so that begin() and end() will return iterators pointing to the new event(s). The line number for each event should probably be -1.
Implements net_instaweb::HtmlNode.