Add new Document constructor.
[libcxml.git] / src / cxml.h
index 9a816a2cb113a653fea4f6af588fc092c57ecc8c..df9905614ba23f03dec13debe3374429353f7082 100644 (file)
@@ -175,6 +175,7 @@ class Document : public Node
 {
 public:
        Document (std::string root_name);
+       Document (std::string root_name, boost::filesystem::path);
 
        void read_file (boost::filesystem::path);
        void read_stream (std::istream &);