#include <nnode.h>
◆ ChildMap
◆ XMLCharType
◆ XMLDataStore
◆ NNode() [1/3]
◆ NNode() [2/3]
NNode::NNode |
( |
NNode & |
target | ) |
|
◆ NNode() [3/3]
NNode::NNode |
( |
const NNode & |
| ) |
|
◆ ~NNode()
◆ addChildNode() [1/2]
◆ addChildNode() [2/2]
◆ childNodeCount()
unsigned NNode::childNodeCount |
( |
const std::string & |
getch | ) |
|
◆ clear()
◆ data()
◆ detachNode()
void NNode::detachNode |
( |
| ) |
|
|
overridevirtual |
◆ getAttribute()
std::string NNode::getAttribute |
( |
const std::string & |
getat | ) |
|
|
overridevirtual |
◆ getAttributes()
std::map< std::string, std::string > NNode::getAttributes |
( |
| ) |
|
|
overridevirtual |
◆ getChildNode()
NNode & NNode::getChildNode |
( |
const std::string & |
getch | ) |
|
◆ getChildNodes()
◆ getData()
std::string NNode::getData |
( |
| ) |
const |
◆ getName()
const std::string & NNode::getName |
( |
| ) |
const |
◆ getParentNode()
NNode & NNode::getParentNode |
( |
| ) |
|
◆ good()
bool NNode::good |
( |
| ) |
const |
◆ hasAttribute()
bool NNode::hasAttribute |
( |
const std::string & |
getat | ) |
|
|
overridevirtual |
◆ hasChildNode()
bool NNode::hasChildNode |
( |
const std::string & |
getch | ) |
|
◆ hasNodeParent()
bool NNode::hasNodeParent |
( |
| ) |
|
|
overridevirtual |
◆ hasParentNode()
bool NNode::hasParentNode |
( |
| ) |
|
◆ isSpecial()
bool NNode::isSpecial |
( |
| ) |
|
◆ loadFromXML()
◆ loadFromXMLFile()
◆ NewChild()
◆ NodeByPath()
SAbsTreeNode & NNode::NodeByPath |
( |
const std::string & |
pathstr | ) |
|
|
overridevirtual |
◆ NodeChildren()
◆ NodeChildrenNum()
long unsigned int NNode::NodeChildrenNum |
( |
bool |
strict = false | ) |
|
|
overridevirtual |
◆ NodeError()
bool NNode::NodeError |
( |
| ) |
|
|
overridevirtual |
◆ NodeID() [1/2]
std::string NNode::NodeID |
( |
| ) |
|
|
overridevirtual |
◆ NodeID() [2/2]
void NNode::NodeID |
( |
const std::string & |
newid | ) |
|
|
overridevirtual |
◆ NodeName() [1/2]
std::string NNode::NodeName |
( |
| ) |
|
|
overridevirtual |
◆ NodeName() [2/2]
void NNode::NodeName |
( |
const std::string & |
newname | ) |
|
|
overridevirtual |
◆ NodeParent()
◆ NodePathExists()
bool NNode::NodePathExists |
( |
const std::string & |
pathstr | ) |
|
|
overridevirtual |
◆ NodeSize()
long unsigned int NNode::NodeSize |
( |
| ) |
|
|
overridevirtual |
◆ NodeType()
std::string NNode::NodeType |
( |
| ) |
|
|
overridevirtual |
◆ NodeValue() [1/2]
std::string NNode::NodeValue |
( |
| ) |
|
|
overridevirtual |
◆ NodeValue() [2/2]
void NNode::NodeValue |
( |
const std::string & |
newdata | ) |
|
|
overridevirtual |
◆ normaliseString()
std::string & NNode::normaliseString |
( |
std::string & |
targetstr | ) |
|
|
static |
◆ operator=()
◆ printTree()
void NNode::printTree |
( |
unsigned |
depth = 0 | ) |
|
◆ removeNode()
bool NNode::removeNode |
( |
| ) |
|
|
overridevirtual |
◆ setAttribute()
void NNode::setAttribute |
( |
const std::string & |
atn, |
|
|
const std::string & |
atv |
|
) |
| |
|
overridevirtual |
◆ setData()
void NNode::setData |
( |
const std::string & |
newdata | ) |
|
◆ setName()
void NNode::setName |
( |
const std::string & |
newn | ) |
|
◆ storeToXML()
bool NNode::storeToXML |
( |
std::stringstream & |
xmltarget | ) |
|
◆ storeToXMLFile()
bool NNode::storeToXMLFile |
( |
const std::string & |
xmlfile, |
|
|
bool |
append = false |
|
) |
| |
◆ xmlRootNode()
NNode & NNode::xmlRootNode |
( |
| ) |
|
The documentation for this class was generated from the following files: