Page Speed Optimization Libraries  1.5.27.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::HtmlEvent Class Reference
Inheritance diagram for net_instaweb::HtmlEvent:
net_instaweb::HtmlEndDocumentEvent net_instaweb::HtmlEndElementEvent net_instaweb::HtmlLeafNodeEvent net_instaweb::HtmlStartDocumentEvent net_instaweb::HtmlStartElementEvent net_instaweb::HtmlCdataEvent net_instaweb::HtmlCharactersEvent net_instaweb::HtmlCommentEvent net_instaweb::HtmlDirectiveEvent net_instaweb::HtmlIEDirectiveEvent

List of all members.

Public Member Functions

 HtmlEvent (int line_number)
virtual void Run (HtmlFilter *filter)=0
virtual void ToString (GoogleString *buffer)=0
virtual HtmlElementGetElementIfStartEvent ()
virtual HtmlElementGetElementIfEndEvent ()
virtual HtmlLeafNodeGetLeafNode ()
virtual HtmlNodeGetNode ()
virtual HtmlCharactersNodeGetCharactersNode ()
void DebugPrint ()
int line_number () const

Member Function Documentation

If this is an EndElement event, returns the HtmlElement that is being ended. Otherwise returns NULL.

Reimplemented in net_instaweb::HtmlEndElementEvent.

If this is a StartElement event, returns the HtmlElement that is being started. Otherwise returns NULL.

Reimplemented in net_instaweb::HtmlStartElementEvent.


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