Rudiments
|
#include <codetree.h>
Inherits xmldom.
Friends | |
class | codetree |
Additional Inherited Members | |
Protected Member Functions inherited from xmldom | |
virtual bool | tagStart (const char *ns, const char *name) |
virtual bool | attributeName (const char *name) |
virtual bool | attributeValue (const char *value) |
virtual bool | text (const char *string) |
virtual bool | tagEnd (const char *ns, const char *name) |
virtual bool | comment (const char *string) |
virtual bool | cdata (const char *string) |
A child class of dom with various codetree-specific optimizations.
codetreegrammar::codetreegrammar | ( | ) |
Creates a new instance of the codetreegrammar class.
codetreegrammar::~codetreegrammar | ( | ) |
Deletes this instance of the codetreegrammar class.