Torque3D Documentation / _generateds / fsTiXmlDocument

fsTiXmlDocument

Engine/source/persistence/taml/fsTinyXml.h

More...

Public Functions

TiXmlNode *
TiXmlNode *
Identify(const char * p, TiXmlEncoding encoding)
bool
LoadFile(const char * filename, TiXmlEncoding encoding)

Load a file using the given filename. Returns true if successful.

bool
LoadFile(FileStream & stream, TiXmlEncoding encoding)
Print(FileStream & stream, int depth)
bool
SaveFile(const char * filename)

Save a file using the given filename. Returns true if successful.

bool
SaveFile(FileStream & stream)

Detailed Description

Public Functions

Clone()

Identify(const char * p, TiXmlEncoding encoding)

LoadFile(const char * filename, TiXmlEncoding encoding)

Load a file using the given filename. Returns true if successful.

LoadFile(FileStream & stream, TiXmlEncoding encoding)

Print(FileStream & stream, int depth)

Reimplemented from: fsTiXmlNode

SaveFile(const char * filename)

Save a file using the given filename. Returns true if successful.

SaveFile(FileStream & stream)