Mac OS 9
XMLElement Struct Reference

#include <QuickTimeComponents.h>

Data Fields

UInt32 identifier
 
char * name
 
XMLAttributePtr attributes
 
XMLContentPtr contents
 

Detailed Description

An XML Element, i.e. <element attr="value" attr="value" ...> [contents] </element> or <element attr="value" attr="value" .../>

Field Documentation

◆ attributes

XMLAttributePtr XMLElement::attributes

Element name, only present if identifier == xmlIdentifierUnrecognized

◆ contents

XMLContentPtr XMLElement::contents

Array of attributes, terminated with an attribute with identifier == xmlIdentifierInvalid

◆ name

char* XMLElement::name

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


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