Page Speed Optimization Libraries  1.2.24.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::RemoveCommentsFilter::OptionsImpl Class Reference

Basic default implementation. More...

#include "remove_comments_filter.h"

Inheritance diagram for net_instaweb::RemoveCommentsFilter::OptionsImpl:
net_instaweb::RemoveCommentsFilter::OptionsInterface

List of all members.

Public Member Functions

void RetainComment (const StringPiece &comment)
virtual bool IsRetainedComment (const StringPiece &comment) const

Detailed Description

Basic default implementation.


Member Function Documentation

virtual bool net_instaweb::RemoveCommentsFilter::OptionsImpl::IsRetainedComment ( const StringPiece &  comment) const [inline, virtual]

Return true if the given comment should not be removed from the HTML, false otherwise.

Implements net_instaweb::RemoveCommentsFilter::OptionsInterface.


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