4 #ifndef RUDIMENTS_DTD_H
5 #define RUDIMENTS_DTD_H
7 #include <rudiments/private/dtdincludes.h>
9 #ifdef RUDIMENTS_NAMESPACE
16 class RUDIMENTS_DLLSPEC
dtd {
27 bool parseFile(
const char *filename);
31 bool parseString(
const char *
string);
35 const char *getError();
40 #include <rudiments/private/dtd.h>
43 #ifdef RUDIMENTS_NAMESPACE