GTAdhocAPI
Gran Turismo (6) Adhoc API Documentation
|
XML Node List. More...
Public Member Functions | |
void | push (MDomNode node) |
Adds a new XML node to the list. More... | |
String | dump (String unk) |
Dumps all list content. More... | |
String | serialize (String unk) |
Serializes the list. More... | |
Public Attributes | |
Int | size |
Gets the count of nodes in the list. More... | |
XML Node List.
Definition at line 6 of file MDomNodeList.cpp.
void pdistd::MDomNodeList::push | ( | MDomNode | node | ) |
Adds a new XML node to the list.
Int pdistd::MDomNodeList::size |
Gets the count of nodes in the list.
Definition at line 19 of file MDomNodeList.cpp.