75 #include <jasper/jas_config.h>
121 JAS_DLLEXPORT
const jas_taginfo_t *jas_taginfos_lookup(
const jas_taginfo_t *taginfos,
const char *name);
128 JAS_DLLEXPORT
const jas_taginfo_t *jas_taginfo_nonull(
const jas_taginfo_t *taginfo);
135 JAS_DLLEXPORT jas_tvparser_t *jas_tvparser_create(
const char *s);
138 JAS_DLLEXPORT
void jas_tvparser_destroy(jas_tvparser_t *tvparser);
141 JAS_DLLEXPORT
int jas_tvparser_next(jas_tvparser_t *tvparser);
145 JAS_DLLEXPORT
const char *jas_tvparser_gettag(
const jas_tvparser_t *tvparser);
149 JAS_DLLEXPORT
const char *jas_tvparser_getval(
const jas_tvparser_t *tvparser);