JASSv2
Classes
parser.h File Reference

Simple XML parser that does't do either attributes or entities. More...

#include <stdint.h>
#include "slice.h"
#include "document.h"
#include "index_postings_impact.h"
Include dependency graph for parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::parser
 Simple, but fast, XML parser. More...
 
class  JASS::parser::token
 A token as returned by the parser. More...
 

Detailed Description

Simple XML parser that does't do either attributes or entities.

This parser is a bare-bones parser that manages (as reasonably as possible) XML and HTML.

Author
Andrew Trotman