VVSDK
1.0
The VVAmbisonic Library
|
#include <XMLParser.h>
Public Member Functions | |
int | getLength () |
string | getName (int) |
string | getType (int) |
string | getType (string) |
string | getValue (int) |
string | getValue (string) |
Attributes
int CXAttributeList::getLength | ( | ) |
Return the number of attributes in this list
string CXAttributeList::getName | ( | int | ) |
Return the name of an attribute in this list (by position)
string CXAttributeList::getType | ( | int | ) |
Return the type of an attribute in the list (by position)
string CXAttributeList::getType | ( | string | ) |
Return the type of an attribute in the list (by name)
string CXAttributeList::getValue | ( | int | ) |
Return the value of an attribute in the list (by position)
string CXAttributeList::getValue | ( | string | ) |
Return the value of an attribute in the list (by name)