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

#include "css_url_extractor.h"

Inheritance diagram for net_instaweb::CssUrlExtractor:
net_instaweb::CssTagScanner::Transformer

List of all members.

Public Member Functions

void ExtractUrl (const StringPiece &in_text, StringVector *urls)
virtual TransformStatus Transform (GoogleString *str)

Detailed Description

Transformer that collects the URLs in the input and adds them to a Stringvector.


Member Function Documentation

virtual TransformStatus net_instaweb::CssUrlExtractor::Transform ( GoogleString *  str) [virtual]

Transforms str in-place. If kSuccess -> transformation succeeded and str may have changed (Generally implementers should only return kSuccess if str changed, but this is merely an optimization. Functionally it doesn't matter). If kNoChange -> transformation succeeded and str was unchanged. If kFailure -> transformation failed. str is undefined, do not use.

Implements net_instaweb::CssTagScanner::Transformer.


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