Add Document::read_string().
[libcxml.git] / src / cxml.h
index a8da82a42b8791a41e1eb1890f3e442b6b9314ad..ce62ca9664211d36129dc41fb02f0246217bb2ad 100644 (file)
@@ -221,6 +221,7 @@ public:
 
        void read_file (boost::filesystem::path);
        void read_stream (std::istream &);
+       void read_string (std::string);
        
        std::string root_name () const {
                return _root_name;