19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_RESOURCE_TAG_SCANNER_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_RESOURCE_TAG_SCANNER_H_
28 namespace net_instaweb {
32 namespace resource_tag_scanner {
36 semantic_type::Category category;
40 category(semantic_type::kUndefined) {}
43 typedef std::vector<UrlCategoryPair> UrlCategoryVector;
114 semantic_type::Category CategorizeAttribute(
131 UrlCategoryVector* attributes);
Definition: html_element.h:66
Definition: resource_tag_scanner.h:34
Definition: html_element.h:42
Definition: rewrite_options.h:84