#include <xml.h>
◆ BasicXml() [1/2]
BasicXml::BasicXml |
( |
string |
p_xmlContent | ) |
|
◆ BasicXml() [2/2]
◆ ~BasicXml()
◆ clone()
◆ copy()
void BasicXml::copy |
( |
BasicXml |
p_xmlTag | ) |
|
◆ createTag()
unsigned int BasicXml::createTag |
( |
unsigned int |
p_index, |
|
|
XmlTag & |
p_xmlTagParent |
|
) |
| |
|
protected |
◆ debugToken()
void BasicXml::debugToken |
( |
unsigned int |
p_index | ) |
|
◆ equalTo()
bool BasicXml::equalTo |
( |
BasicXml |
p_xmlTag | ) |
|
◆ expectFor()
unsigned int BasicXml::expectFor |
( |
unsigned int |
p_index, |
|
|
string |
p_token |
|
) |
| |
|
protected |
◆ getContent()
string BasicXml::getContent |
( |
| ) |
|
◆ getPreviousIndex()
unsigned int BasicXml::getPreviousIndex |
( |
unsigned int |
p_index | ) |
|
|
protected |
◆ getProperties()
string BasicXml::getProperties |
( |
| ) |
|
◆ getRoot()
◆ getXML()
string BasicXml::getXML |
( |
| ) |
|
◆ getXMLChildren()
string BasicXml::getXMLChildren |
( |
vector< XmlTag > |
p_children, |
|
|
string |
p_tab |
|
) |
| |
|
protected |
◆ isNumeric()
bool BasicXml::isNumeric |
( |
string |
p_value | ) |
|
|
static |
◆ listChildren()
void BasicXml::listChildren |
( |
vector< XmlTag > |
p_tags, |
|
|
string |
p_tab |
|
) |
| |
|
protected |
◆ lookFor()
unsigned int BasicXml::lookFor |
( |
unsigned int |
p_index, |
|
|
string |
p_token |
|
) |
| |
|
protected |
◆ openXMLFile()
string BasicXml::openXMLFile |
( |
string |
p_path | ) |
|
|
static |
◆ parse() [1/2]
◆ parse() [2/2]
bool BasicXml::parse |
( |
string |
p_content | ) |
|
◆ printXML()
void BasicXml::printXML |
( |
| ) |
|
◆ setContent()
void BasicXml::setContent |
( |
string |
p_xmlContent | ) |
|
◆ setProperties()
void BasicXml::setProperties |
( |
vector< XmlTagProperty > |
p_xmlTagProperties | ) |
|
◆ setXML()
bool BasicXml::setXML |
( |
string |
p_xmldata | ) |
|
◆ skipWhitespace()
unsigned int BasicXml::skipWhitespace |
( |
unsigned int |
p_index | ) |
|
|
protected |
◆ tokenize()
bool BasicXml::tokenize |
( |
| ) |
|
◆ toString()
string BasicXml::toString |
( |
| ) |
|
◆ _root
◆ _tokens
◆ _xmlContent
string BasicXml::_xmlContent |
|
protected |
◆ _xmlTagProperties
The documentation for this class was generated from the following files: