summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-10-31 04:47:17 +0000
committerarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-10-31 04:47:17 +0000
commit09f9ab079e952853fe0f5ed61657f285a2fcd577 (patch)
treefd0b29876689d62445868f0e446366b26a72f271 /src/pugixml.hpp
parent68d533a8287650030265beab8949c76be3493279 (diff)
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
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp2
1 files changed, 0 insertions, 2 deletions
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();