Page Speed Optimization Libraries
1.5.27.2
|
Leaf node representing a CDATA section. More...
#include "html_node.h"
Protected Member Functions | |
virtual void | SynthesizeEvents (const HtmlEventListIterator &iter, HtmlEventList *queue) |
Friends | |
class | HtmlParse |
Leaf node representing a CDATA section.
virtual void net_instaweb::HtmlCdataNode::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.