#include <CEGUIXmlHandlerHelper.h>
Static Public Member Functions | |
char * | getAttributeValueAsChar (const XERCES_CPP_NAMESPACE::Attributes &attrs, const char *const attributeName) |
Return a pointer to a character array that contains the value of the requested attribute from the given attributes collection. | |
const XMLCh * | getAttributeValueAsXmlChar (const XERCES_CPP_NAMESPACE::Attributes &attrs, const char *const attributeName) |
Return a pointer to a XMLCh array that contains the value of the requested attribute from the given attributes collection. | |
int | getAttributeValueAsInteger (const XERCES_CPP_NAMESPACE::Attributes &attrs, const char *const attributeName) |
Return an integer equal to the value of the requested attribute from the given attributes collection. | |
String | getAttributeValueAsString (const XERCES_CPP_NAMESPACE::Attributes &attrs, const char *const attributeName) |
Return a String object that contains the value of the requested attribute from the given attributes collection. | |
String | transcodeXmlCharToString (const XMLCh *const xmlch_str) |
Return a string object containing data transcoded from the given XMLCh array. |
Definition at line 29 of file CEGUIXmlHandlerHelper.h.
|
Return a pointer to a character array that contains the value of the requested attribute from the given attributes collection.
Definition at line 47 of file CEGUIXmlHandlerHelper.cpp. References getAttributeValueAsXmlChar(). |
|
Return an integer equal to the value of the requested attribute from the given attributes collection.
Definition at line 52 of file CEGUIXmlHandlerHelper.cpp. References getAttributeValueAsXmlChar(). |
|
Return a String object that contains the value of the requested attribute from the given attributes collection.
Definition at line 57 of file CEGUIXmlHandlerHelper.cpp. References getAttributeValueAsXmlChar(), and transcodeXmlCharToString(). |
|
Return a pointer to a XMLCh array that contains the value of the requested attribute from the given attributes collection.
Definition at line 38 of file CEGUIXmlHandlerHelper.cpp. Referenced by getAttributeValueAsChar(), getAttributeValueAsInteger(), and getAttributeValueAsString(). |
|
Return a string object containing data transcoded from the given XMLCh array.
Definition at line 62 of file CEGUIXmlHandlerHelper.cpp. References CEGUI::String::append(), and CEGUI::utf8. Referenced by getAttributeValueAsString(). |