khtml::KHTMLParser Class Reference
The parser for html. More...
#include <htmlparser.h>
Public Methods | |
void | parseToken (Token *_t) |
parses one token delivered by the tokenizer | |
void | reset () |
resets the parser |
Detailed Description
The parser for html.It receives a stream of tokens from the HTMLTokenizer, and builds up the Document structure form it.
Definition at line 68 of file htmlparser.h.
Member Function Documentation
|
parses one token delivered by the tokenizer
Definition at line 189 of file htmlparser.cpp. References DOM::DOMString::string(). |
|
resets the parser
Definition at line 162 of file htmlparser.cpp. |
The documentation for this class was generated from the following files: