15 #include "config_dxml.h"
23 Configure(config_dxml);
24 NotifyCategoryDef(dxml,
"");
26 ConfigureFn(config_dxml) {
40 static bool initialized =
false;
54 read_xml_stream(istream &in) {
57 if (in.fail() && !in.eof()) {
84 xnode->
Print(stdout, 0);
98 FILE *file = fopen(os_name.c_str(),
"w");
99 xnode->
Print(file, 0);
The name of a file, such as a texture file or an Egg file.
Always the top level node.
string to_os_specific() const
Converts the filename from our generic Unix-like convention (forward slashes starting with the root a...
The parent class for everything in the Document Object Model.
virtual void Print(FILE *cfile, int depth) const =0
All TinyXml classes can print themselves to a filestream or the string class (TiXmlString in non-STL ...