wxXml2
Macros | Variables
xml2.cpp File Reference
#include "wx/wxprec.h"
#include "wx/datstrm.h"
#include "wx/zstream.h"
#include "wx/log.h"
#include "wx/intl.h"
#include "wx/strconv.h"
#include "wx/filename.h"
#include "wx/xml2.h"
#include "wx/dtd.h"
Include dependency graph for xml2.cpp:

Macros

#define wxXML2_NEWLINE   "\n"
 
#define wxDOS_NEWLINE   "\r\n"
 
#define wxUNIX_NEWLINE   "\n"
 
#define wxMAC_NEWLINE   "\r"
 
#define wxOS2_NEWLINE   "\r\n"
 

Variables

wxXml2Document wxXml2EmptyDoc (NULL)
 
wxXml2Node wxXml2EmptyNode (NULL)
 
wxXml2Property wxXml2EmptyProperty (NULL)
 
wxXml2Namespace wxXml2EmptyNamespace (NULL, wxXml2EmptyNode)
 
wxXml2BaseNode wxXml2EmptyBaseNode (NULL)
 

Macro Definition Documentation

#define wxDOS_NEWLINE   "\r\n"
#define wxMAC_NEWLINE   "\r"
#define wxOS2_NEWLINE   "\r\n"
#define wxUNIX_NEWLINE   "\n"
#define wxXML2_NEWLINE   "\n"

Variable Documentation

wxXml2BaseNode wxXml2EmptyBaseNode(NULL)
wxXml2Document wxXml2EmptyDoc(NULL)
wxXml2Namespace wxXml2EmptyNamespace(NULL, wxXml2EmptyNode)
wxXml2Node wxXml2EmptyNode(NULL)
wxXml2Property wxXml2EmptyProperty(NULL)