]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/xml/xml.h
Fix wxWebView documentation warnings.
[wxWidgets.git] / interface / wx / xml / xml.h
index 8605491dd16c63ac8eff3832c4767148305f8869..3a7ef80fa45d598e0a46e3c980280badf84579be 100644 (file)
@@ -434,6 +434,17 @@ public:
 };
 
 
+//* special indentation value for wxXmlDocument::Save
+#define wxXML_NO_INDENTATION           (-1)
+
+//* flags for wxXmlDocument::Load
+enum wxXmlDocumentLoadFlag
+{
+    wxXMLDOC_NONE,
+    wxXMLDOC_KEEP_WHITESPACE_NODES
+};
+
+
 
 /**
     @class wxXmlDocument
@@ -581,7 +592,7 @@ public:
         any prologue nodes, but IsOk() will return @false since the root entity
         will be missing.
 
-        Note that the caller is reponsible for deleting the returned node in order
+        Note that the caller is responsible for deleting the returned node in order
         to avoid memory leaks.
     */
     wxXmlNode* DetachRoot();