TORCS  1.3.9
The Open Racing Car Simulator
xmlElement Struct Reference

#include <xml.h>

Collaboration diagram for xmlElement:

Public Attributes

char * name
 
char * pcdata
 
struct xmlAttributeattr
 
int level
 
struct xmlElementnext
 
struct xmlElementsub
 
struct xmlElementup
 

Detailed Description

Definition at line 16 of file xml.h.

Member Data Documentation

◆ attr

struct xmlAttribute* xmlElement::attr

Definition at line 19 of file xml.h.

◆ level

int xmlElement::level

Definition at line 20 of file xml.h.

◆ name

char* xmlElement::name

Definition at line 17 of file xml.h.

◆ next

struct xmlElement* xmlElement::next

Definition at line 21 of file xml.h.

◆ pcdata

char* xmlElement::pcdata

Definition at line 18 of file xml.h.

◆ sub

struct xmlElement* xmlElement::sub

Definition at line 22 of file xml.h.

◆ up

struct xmlElement* xmlElement::up

Definition at line 23 of file xml.h.


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