Functions | |
| void | SPI_XML_close_file_output () |
| Close xml file for write. | |
| void | SPI_XML_end_node_output () |
| Close a node in XML file. | |
| void | SPI_XML_new_node_output (const std::string &nodeName) |
| Create a new node in XML file. | |
| int | SPI_XML_open_file_output (const std::string &dir, const std::string &name, const std::string &comment) |
| Opens an Create xml file for write. | |
| void | SPI_XML_write_integer_attrib_output (const std::string &attribName, int value) |
| Write a attrib integer in XML file. | |
| void | SPI_XML_write_real_attrib_output (const std::string &attribName, double value) |
| Write a attrib real in XML file. | |
| void | SPI_XML_write_string_attrib_output (const std::string &attribName, const std::string &value) |
| Write a attrib string in XML file. | |
Write XML files
| void SPI_XML_close_file_output | ( | ) |
Close xml file for write.
| void SPI_XML_end_node_output | ( | ) |
Close a node in XML file.
| void SPI_XML_new_node_output | ( | const std::string & | nodeName | ) |
Create a new node in XML file.
| [in] | nodeName | node name |
| int SPI_XML_open_file_output | ( | const std::string & | dir, |
| const std::string & | name, | ||
| const std::string & | comment ) |
Opens an Create xml file for write.
| [in] | dir | folder name |
| [in] | name | file name |
| [in] | comment | file comment |
| void SPI_XML_write_integer_attrib_output | ( | const std::string & | attribName, |
| int | value ) |
Write a attrib integer in XML file.
| [in] | attribName | attrib name |
| [in] | value | integer value |
| void SPI_XML_write_real_attrib_output | ( | const std::string & | attribName, |
| double | value ) |
Write a attrib real in XML file.
| [in] | attribName | attrib name |
| [in] | value | real value |
| void SPI_XML_write_string_attrib_output | ( | const std::string & | attribName, |
| const std::string & | value ) |
Write a attrib string in XML file.
| [in] | attribName | attrib name |
| [in] | value | string value |