xtag.h File Reference

Go to the source code of this file.

Typedefs

typedef void XTag

Functions

XTagxtag_new_parse (const char *s, int n)
char * xtag_get_name (XTag *xtag)
char * xtag_get_pcdata (XTag *xtag)
char * xtag_get_attribute (XTag *xtag, char *attribute)
XTagxtag_first_child (XTag *xtag, char *name)
XTagxtag_next_child (XTag *xtag, char *name)
XTagxtag_free (XTag *xtag)
int xtag_snprint (char *buf, int n, XTag *xtag)


Typedef Documentation

typedef void XTag


Function Documentation

XTag* xtag_first_child ( XTag xtag,
char *  name 
)

XTag* xtag_free ( XTag xtag  ) 

char* xtag_get_attribute ( XTag xtag,
char *  attribute 
)

char* xtag_get_name ( XTag xtag  ) 

char* xtag_get_pcdata ( XTag xtag  ) 

XTag* xtag_new_parse ( const char *  s,
int  n 
)

XTag* xtag_next_child ( XTag xtag,
char *  name 
)

int xtag_snprint ( char *  buf,
int  n,
XTag xtag 
)


Generated on Wed Aug 13 08:03:13 2008 for VLC by  doxygen 1.5.1