#include <fsCXml.h>
◆ fsXmlParser()
| fsXmlParser::fsXmlParser |
( |
| ) |
|
|
inline |
◆ ~fsXmlParser()
| virtual fsXmlParser::~fsXmlParser |
( |
| ) |
|
|
inlinevirtual |
◆ AllocAttribute()
◆ AllocNode()
◆ AllocTag()
◆ GetEncoding()
| const fsStr & fsXmlParser::GetEncoding |
( |
| ) |
const |
|
inline |
◆ GetErrorString()
◆ GetFirstNamedNode()
◆ GetNamedNodes()
◆ GetRoot()
◆ GetVersion()
| const fsStr & fsXmlParser::GetVersion |
( |
| ) |
const |
|
inline |
◆ Parse() [1/2]
◆ Parse() [2/2]
◆ PoolsDestroy()
| void fsXmlParser::PoolsDestroy |
( |
| ) |
|
|
inlinestatic |
◆ PoolsInit()
| void fsXmlParser::PoolsInit |
( |
int | node_pool_size = 2048, |
|
|
int | tag_pool_size = 2048, |
|
|
int | attribute_pool_size = 4096 ) |
|
inlinestatic |
◆ PoolsReset()
| void fsXmlParser::PoolsReset |
( |
| ) |
|
|
inlinestatic |
◆ PoolsSizeGet()
| fsS32 fsXmlParser::PoolsSizeGet |
( |
| ) |
|
|
inlinestatic |
◆ SetEncoding()
| void fsXmlParser::SetEncoding |
( |
const char * | encoding | ) |
|
|
inline |
◆ SetVersion()
| void fsXmlParser::SetVersion |
( |
const char * | version | ) |
|
|
inline |
◆ AttributePool
◆ MaxPoolAttributes
| int fsXmlParser::MaxPoolAttributes = 0 |
|
static |
◆ MaxPoolNodes
| int fsXmlParser::MaxPoolNodes = 0 |
|
static |
◆ MaxPoolTags
| int fsXmlParser::MaxPoolTags = 0 |
|
static |
◆ mPoolsSize
| fsS32 fsXmlParser::mPoolsSize = 0 |
|
static |
◆ NextFreePoolAttributeIndex
| int fsXmlParser::NextFreePoolAttributeIndex = 0 |
|
static |
◆ NextFreePoolNodeIndex
| int fsXmlParser::NextFreePoolNodeIndex = 0 |
|
static |
◆ NextFreePoolTagIndex
| int fsXmlParser::NextFreePoolTagIndex = 0 |
|
static |
◆ NodePool
◆ TagPool
The documentation for this class 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