Page Speed Optimization Libraries
1.3.25.1
|
Leaf node representing raw characters in HTML. More...
#include "html_node.h"
Public Member Functions | |
void | Append (const StringPiece &str) |
Protected Member Functions | |
virtual void | SynthesizeEvents (const HtmlEventListIterator &iter, HtmlEventList *queue) |
Friends | |
class | HtmlParse |
Leaf node representing raw characters in HTML.
virtual void net_instaweb::HtmlCharactersNode::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.