Pyrogenesis
13997
|
#include <XeroXMB.h>
Public Member Functions | |
XMBElement () | |
XMBElement (const char *offset) | |
int | GetNodeName () const |
XMBElementList | GetChildNodes () const |
XMBAttributeList | GetAttributes () const |
CStr8 | GetText () const |
int | GetLineNumber () const |
Private Attributes | |
const char * | m_Pointer |
XMBAttributeList XMBElement::GetAttributes | ( | ) | const |
Definition at line 185 of file XeroXMB.cpp.
XMBElementList XMBElement::GetChildNodes | ( | ) | const |
Definition at line 174 of file XeroXMB.cpp.
int XMBElement::GetLineNumber | ( | ) | const |
Definition at line 205 of file XeroXMB.cpp.
int XMBElement::GetNodeName | ( | ) | const |
Definition at line 166 of file XeroXMB.cpp.
CStr8 XMBElement::GetText | ( | ) | const |
Definition at line 196 of file XeroXMB.cpp.