|
Mac OS 9
|
#include <QuickTimeComponents.h>
Data Fields | |
| UInt32 | identifier |
| char * | name |
| long | valueKind |
| XMLAttributeValue | value |
| char * | valueStr |
An XML attribute-value pair
| char* XMLAttribute::name |
Tokenized identifier, if the attribute name was recognized by the parser
| XMLAttributeValue XMLAttribute::value |
Type of parsed value, if the value was recognized and parsed; otherwise, attributeValueKindCharString
| long XMLAttribute::valueKind |
Attribute name, Only present if identifier == xmlIdentifierUnrecognized
| char* XMLAttribute::valueStr |
Parsed attribute value