RobotsStatsReporter

Undocumented in source.

Members

Functions

HandleAllow
void HandleAllow(int line_num, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
HandleDisallow
void HandleDisallow(int line_num, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
HandleRobotsEnd
void HandleRobotsEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
HandleRobotsStart
void HandleRobotsStart()
Undocumented in source. Be warned that the author may not have intended to support it.
HandleSitemap
void HandleSitemap(int line_num, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
HandleUnknownAction
void HandleUnknownAction(int line_num, string action, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
HandleUserAgent
void HandleUserAgent(int line_num, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
last_line_seen
int last_line_seen()
Undocumented in source. Be warned that the author may not have intended to support it.
sitemap
string sitemap()
Undocumented in source. Be warned that the author may not have intended to support it.
unknown_directives
int unknown_directives()
Undocumented in source. Be warned that the author may not have intended to support it.
valid_directives
int valid_directives()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RobotsParseHandler

HandleRobotsStart
void HandleRobotsStart()
Undocumented in source.
HandleRobotsEnd
void HandleRobotsEnd()
Undocumented in source.
HandleUserAgent
void HandleUserAgent(int line_num, string value)
Undocumented in source.
HandleAllow
void HandleAllow(int line_num, string value)
Undocumented in source.
HandleDisallow
void HandleDisallow(int line_num, string value)
Undocumented in source.
HandleSitemap
void HandleSitemap(int line_num, string value)
Undocumented in source.
HandleUnknownAction
void HandleUnknownAction(int line_num, string action, string value)

Any other unrecognized name/value pairs.

Meta