]>
git.saurik.com Git - wxWidgets.git/blob - contrib/utils/wxrcedit/xmlhelpr.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Purpose: XML resources editor
3 // Author: Vaclav Slavik
6 // Copyright: (c) 2000 Vaclav Slavik
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
11 #pragma interface "xmlhelpr.h"
17 // some helper functions:
19 void XmlWriteValue(wxXmlNode
*parent
, const wxString
& name
, const wxString
& value
);
20 wxString
XmlReadValue(wxXmlNode
*parent
, const wxString
& name
);
21 wxXmlNode
*XmlFindNode(wxXmlNode
*parent
, const wxString
& name
);