CSAD
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
csad::FormatXML Class Reference

FormatXML - the format of the xml data file. More...

Public Member Functions

_FORCEINLINE NodeXMLgetNode ()
 returns the root element
 
CSAD_API NodeXMLgetNodeByPath (char *path)
 
CSAD_API NodeXMLnewNode (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)
 Запись в файл
 

Detailed Description

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.

See Also
csad: format

Member Function Documentation

CSAD_API NodeXML* csad::FormatXML::getNodeByPath ( char *  path)

returns the node for submission

Parameters
path- the path of hierarchie "first/second[3]/param[2]"