|
stmm-games-doc
0.32.0
|

Public Member Functions | |
| XmlImageParser (XmlConditionalParser &oXmlConditionalParser) | |
| int32_t | parseImageId (ConditionalCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sImgIdAttr, bool bAttrMandatory) |
| Parses image id. More... | |
| int32_t | parseImageId (ConditionalCtx &oCtx, const xmlpp::Element *p0Element, bool bAttrMandatory) |
| Parses image id using attribute name defaults. More... | |
Static Public Attributes | |
| static const std::string | s_sImagesImageIdAttr |
| The default image id attribute name. More... | |
Protected Attributes | |
| XmlConditionalParser & | m_oXmlConditionalParser |
| stmg::XmlImageParser::XmlImageParser | ( | XmlConditionalParser & | oXmlConditionalParser | ) |
| int32_t stmg::XmlImageParser::parseImageId | ( | ConditionalCtx & | oCtx, |
| const xmlpp::Element * | p0Element, | ||
| const std::string & | sImgIdAttr, | ||
| bool | bAttrMandatory | ||
| ) |
Parses image id.
| oCtx | The context. |
| p0Element | The element. Cannot be null. |
| sImgIdAttr | The image id attribute. |
| bAttrMandatory | Whether either attribute must be defined. |
| int32_t stmg::XmlImageParser::parseImageId | ( | ConditionalCtx & | oCtx, |
| const xmlpp::Element * | p0Element, | ||
| bool | bAttrMandatory | ||
| ) |
Parses image id using attribute name defaults.
| oCtx | The context. |
| p0Element | The element. Cannot be null. |
| bAttrMandatory | Whether either attribute must be defined. |
|
protected |
|
static |
The default image id attribute name.
1.8.13