The C VOTable Parser Library.

[Introduction]- [Download]- [Tutorial]- [Reference]

Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

_list_tabledata Struct Reference

Structure dedicated to TABLEDATA tag. More...

#include <votable.h>


Data Fields

xmlChar * value
 TD tag value used.

xmlChar * ref
 TABLEDATA attribute used.

int colomn
 column to parse

list_tabledatanext
 address of the next element of the list


Detailed Description

Structure dedicated to TABLEDATA tag.

The TABLEDATA does not contain attributes. Moreover, only the tag embedded in the TABLEDATA element contains a PCDATA value and attribute. For this reason and to reduce the number of structures, the TD structure is the TABLEDATA structure containing all attributes allowed for TD tag and its associated value. In order to save all this structure type, we create a linking list.


Field Documentation

int _list_tabledata::colomn
 

column to parse

list_tabledata* _list_tabledata::next
 

address of the next element of the list

xmlChar* _list_tabledata::ref
 

TABLEDATA attribute used.

xmlChar* _list_tabledata::value
 

TD tag value used.


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