|
bool | IsValid () const |
|
CMarkupNode | GetParent () |
|
CMarkupNode | GetSibling () |
|
CMarkupNode | GetChild () |
|
CMarkupNode | GetChild (LPCTSTR pstrName) |
|
bool | HasSiblings () const |
|
bool | HasChildren () const |
|
LPCTSTR | GetName () const |
|
LPCTSTR | GetValue () const |
|
bool | HasAttributes () |
|
bool | HasAttribute (LPCTSTR pstrName) |
|
int | GetAttributeCount () |
|
LPCTSTR | GetAttributeName (int iIndex) |
|
LPCTSTR | GetAttributeValue (int iIndex) |
|
LPCTSTR | GetAttributeValue (LPCTSTR pstrName) |
|
bool | GetAttributeValue (int iIndex, LPTSTR pstrValue, SIZE_T cchMax) |
|
bool | GetAttributeValue (LPCTSTR pstrName, LPTSTR pstrValue, SIZE_T cchMax) |
|