From 09f9ab079e952853fe0f5ed61657f285a2fcd577 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine@gmail.com" Date: Wed, 31 Oct 2012 04:47:17 +0000 Subject: Adjust parsing so that it is possible to parse a document fragment into an existing subtree; can be used to implement append_buffer. git-svn-id: http://pugixml.googlecode.com/svn/trunk@922 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pugixml.hpp') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 898cadc..4ca5197 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -861,8 +861,6 @@ namespace pugi void create(); void destroy(); - xml_parse_result load_buffer_impl(void* contents, size_t size, unsigned int options, xml_encoding encoding, bool is_mutable, bool own); - public: // Default constructor, makes empty document xml_document(); -- cgit v1.2.3