]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/xml/xml.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / xml / xml.h
index 8605491dd16c63ac8eff3832c4767148305f8869..16d17c9ccf528e221ab2a3e5cdbac2140c557949 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        xml/xml.h
 // Purpose:     interface of wxXmlNode, wxXmlAttribute, wxXmlDocument
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -434,6 +433,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 +591,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();