Hard refactoring. CodecEngine is associated to a unique stack.
[anna.git] / include / anna / xml / DTDMemory.hpp
index b1c4b93..0a33ac5 100644 (file)
@@ -23,10 +23,12 @@ namespace xml {
 */
 class DTDMemory : public DTD {
 public:
+
   /**
-     Constructor.
+     Constructor
+     \param dtd Dtd representation
   */
-  DTDMemory();
+  DTDMemory(const char *dtd = NULL);
 
 private:
   std::string a_filename;