decompiler
1.0.0
|
Public Member Functions | |
Document * | parseDocument (istream &s) |
Document * | openDocument (const string &filename) |
void | registerTag (const Element *el) |
const Element * | getTag (const string &nm) const |
Private Attributes | |
vector< Document * > | doclist |
map< string, const Element * > | tagmap |