|
Mac OS 9
|
#include <QuickTimeComponents.h>
Data Fields | |
| UInt32 | identifier |
| char * | name |
| XMLAttributePtr | attributes |
| XMLContentPtr | contents |
An XML Element, i.e. <element attr="value" attr="value" ...> [contents] </element> or <element attr="value" attr="value" .../>
| XMLAttributePtr XMLElement::attributes |
Element name, only present if identifier == xmlIdentifierUnrecognized
| XMLContentPtr XMLElement::contents |
Array of attributes, terminated with an attribute with identifier == xmlIdentifierInvalid
| char* XMLElement::name |
Tokenized identifier, if the element name was recognized by the parser