Mac OS 9
XMLAttribute Struct Reference

#include <QuickTimeComponents.h>

Data Fields

UInt32 identifier
 
char * name
 
long valueKind
 
XMLAttributeValue value
 
char * valueStr
 

Detailed Description

An XML attribute-value pair

Field Documentation

◆ name

char* XMLAttribute::name

Tokenized identifier, if the attribute name was recognized by the parser

◆ value

XMLAttributeValue XMLAttribute::value

Type of parsed value, if the value was recognized and parsed; otherwise, attributeValueKindCharString

◆ valueKind

long XMLAttribute::valueKind

Attribute name, Only present if identifier == xmlIdentifierUnrecognized

◆ valueStr

char* XMLAttribute::valueStr

Parsed attribute value


The documentation for this struct was generated from the following file: