4 #ifndef RUDIMENTS_DTD_H
5 #define RUDIMENTS_DTD_H
7 #include <rudiments/private/dtdincludes.h>
12 class RUDIMENTS_DLLSPEC
dtd {
23 bool parseFile(
const char *filename);
27 bool parseString(
const char *
string);
31 const char *getError();
36 #include <rudiments/private/dtd.h>
Definition: xmldomnode.h:116