|
metaproxy 1.22.1
|
#include "config.hpp"#include "html_parser.hpp"#include <assert.h>#include <string.h>#include <stdlib.h>#include <ctype.h>#include <stdio.h>#include <yaz/matchstr.h>
Go to the source code of this file.
Classes | |
| class | metaproxy_1::HTMLParser::Rep |
Namespaces | |
| namespace | metaproxy_1 |
Macros | |
| #define | SPACECHR " \t\r\n\f" |
Functions | |
| static int | isAlpha (int c) |
| static int | skipSpace (const char *cp) |
| static int | skipName (const char *cp) |
| #define SPACECHR " \t\r\n\f" |
Definition at line 29 of file html_parser.cpp.
|
static |
Definition at line 86 of file html_parser.cpp.
Referenced by metaproxy_1::HTMLParser::Rep::parse_str().
|
static |
Definition at line 99 of file html_parser.cpp.
References SPACECHR.
Referenced by metaproxy_1::HTMLParser::Rep::parse_str(), and metaproxy_1::HTMLParser::Rep::skipAttribute().
|
static |
Definition at line 91 of file html_parser.cpp.
References SPACECHR.
Referenced by metaproxy_1::HTMLParser::Rep::parse_str(), metaproxy_1::HTMLParser::Rep::skipAttribute(), and metaproxy_1::HTMLParser::Rep::tagAttrs().