#include <fsCXml.h>
◆ _AttribIterator
◆ _Iterator
◆ fsXmlNode()
◆ ~fsXmlNode()
| fsXmlNode::~fsXmlNode |
( |
| ) |
|
◆ AddAttribute() [1/3]
| void fsXmlNode::AddAttribute |
( |
fsStr & | name, |
|
|
const char * | value ) |
◆ AddAttribute() [2/3]
| void fsXmlNode::AddAttribute |
( |
fsStr & | name, |
|
|
fsStr & | value ) |
◆ AddAttribute() [3/3]
◆ AddChild()
◆ attribs_begin()
◆ attribs_end()
◆ begin()
◆ Clear()
| void fsXmlNode::Clear |
( |
| ) |
|
|
inline |
◆ Clone()
◆ CloneTree()
◆ Copy()
◆ end()
◆ GetAttribute() [1/2]
◆ GetAttribute() [2/2]
◆ GetAttributeCount()
| int fsXmlNode::GetAttributeCount |
( |
| ) |
const |
|
inline |
◆ GetFirstNamedNode()
| fsXmlNode * fsXmlNode::GetFirstNamedNode |
( |
const char * | pNodeName, |
|
|
unsigned int | pNameHash ) |
◆ GetFirstNode()
◆ GetName()
| const fsStr & fsXmlNode::GetName |
( |
| ) |
const |
|
inline |
◆ GetNamedNodes()
| void fsXmlNode::GetNamedNodes |
( |
const char * | pNodeName, |
|
|
unsigned int | pNameHash, |
|
|
fsXmlNodeList * | pNodes ) |
◆ GetValue()
| const fsStr & fsXmlNode::GetValue |
( |
| ) |
const |
|
inline |
◆ GetValueAsInt()
| int fsXmlNode::GetValueAsInt |
( |
| ) |
const |
◆ PrintAttributes()
| void fsXmlNode::PrintAttributes |
( |
| ) |
|
◆ PrintTree()
| void fsXmlNode::PrintTree |
( |
int | level = 0 | ) |
|
◆ SetName() [1/2]
| void fsXmlNode::SetName |
( |
const char * | name | ) |
|
|
inline |
◆ SetName() [2/2]
| void fsXmlNode::SetName |
( |
const char * | name, |
|
|
int | len ) |
|
inline |
◆ SetValue() [1/2]
| void fsXmlNode::SetValue |
( |
const char * | value | ) |
|
|
inline |
◆ SetValue() [2/2]
| void fsXmlNode::SetValue |
( |
const char * | value, |
|
|
int | len ) |
|
inline |
◆ ToLower()
| void fsXmlNode::ToLower |
( |
bool | recursive | ) |
|
◆ ToUpper()
| void fsXmlNode::ToUpper |
( |
bool | recursive | ) |
|
◆ UpdateAttribute()
| void fsXmlNode::UpdateAttribute |
( |
fsStr & | name, |
|
|
const char * | value ) |
◆ Attributes
◆ Children
◆ HasValue
◆ Managed
◆ Name
◆ Parent
◆ Value
The documentation for this struct was generated from the following files:
- /home/runner/work/fission/fission/libs/fsCore/src/xml/fsCXml.h
- /home/runner/work/fission/fission/libs/fsCore/src/xml/fsCXml.cpp