#include "handler-parser.h"
#include "graphbuilder.h"
#include "content-type.h"
Include dependency graph for parsehandler-graph.cc:
Go to the source code of this file.
Compounds | |
class | GraphParseHandler |
Reads anchor links and other document information for use by GraphBuilder. More... | |
Functions | |
int | strincmp (const char *s1, const char *s2, int s2len) |
A custom case insensitive strncmp. More... | |
ParseHandler * | MakeGraphHandler (GraphBuilder *graphbuilder) |
Definition in file parsehandler-graph.cc.
|
Definition at line 52 of file parsehandler-graph.cc. Referenced by Ripper::SetupHandlers(). |
|
A custom case insensitive strncmp.
|