#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "votParseP.h"
Functions | |
| int | vot_attrSet (AttrBlock *ablock, char *name, char *value) |
| Set/Create an attributes (internal method). | |
| char * | vot_attrGet (AttrBlock *ablock, char *name) |
| Get an attribute's value (internal method). | |
| char * | vot_attrXML (AttrBlock *ablock) |
| Get the attributes for an XML tag (internal method). | |
VOTATTRIBUTE.C -- (Internal) Methods to manage XML attributes.
| char * vot_attrGet | ( | AttrBlock * | ablock, | |
| char * | name | |||
| ) |
Get an attribute's value (internal method).
vot_attrGet -- Get an attribute's value (internal method).
| *ablock | An AttrBlock to insert these attributes | |
| *name | A string that hold the name of an attribute |
| status vot_attrSet | ( | AttrBlock * | ablock, | |
| char * | name, | |||
| char * | value | |||
| ) |
Set/Create an attributes (internal method).
vot_attrSet -- Set/Create an attributes (internal method).
| ablock | An AttrBlock to insert these attributes. | |
| name | A string that hold the name of an attribute. | |
| value | A string that hold the value of an attribute. |
| char * vot_attrXML | ( | AttrBlock * | ablock | ) |
Get the attributes for an XML tag (internal method).
vot_attrXML -- Get the attributes for an XML tag (internal method).
| *ablock | An AttrBlock to insert these attributes |
1.5.9