FormatXML - the format of the xml data file. More...
Public Member Functions | |
_FORCEINLINE NodeXML * | getNode () |
returns the root element | |
CSAD_API NodeXML * | getNodeByPath (char *path) |
CSAD_API NodeXML * | newNode (NodeXML *parent) |
Creates a node from a specified parent or root node. | |
CSAD_API bool | readFromFile (char *name) |
Loading from a file at the specified path. | |
CSAD_API bool | readFromFile (File *file) |
Загрузка из файла | |
CSAD_API bool | saveToFile (char *name) |
Write to the file at the specified path. | |
CSAD_API bool | saveToFile (File *file) |
Запись в файл | |
FormatXML - the format of the xml data file.
The object containing the XML hierarchy Tagoo, starting from the virtual root element with the name of the file.
CSAD_API NodeXML* csad::FormatXML::getNodeByPath | ( | char * | path) |
returns the node for submission
path | - the path of hierarchie "first/second[3]/param[2]" |