Page Speed Optimization Libraries  1.5.27.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Protected Member Functions | Friends
net_instaweb::HtmlDirectiveNode Class Reference

Leaf node representing an HTML directive. More...

#include "html_node.h"

Inheritance diagram for net_instaweb::HtmlDirectiveNode:
net_instaweb::HtmlLeafNode net_instaweb::HtmlNode

List of all members.

Protected Member Functions

virtual void SynthesizeEvents (const HtmlEventListIterator &iter, HtmlEventList *queue)

Friends

class HtmlParse

Detailed Description

Leaf node representing an HTML directive.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines