Reuse code with pre-parse adjustments
diff --git a/tinyxml2.h b/tinyxml2.h
index 530160f..279b778 100755
--- a/tinyxml2.h
+++ b/tinyxml2.h
@@ -1730,6 +1730,8 @@
     MemPoolT< sizeof(XMLComment) >	 _commentPool;

 

 	static const char* _errorNames[XML_ERROR_COUNT];

+

+    void Parse();

 };