14 void jx_export_shell(
struct jx *j, FILE *stream );
15 void jx_export_nvpair(
struct jx *j, FILE *stream );
16 void jx_export_old_classads(
struct jx *j, FILE *stream );
17 void jx_export_new_classads(
struct jx *j, FILE *stream );
18 void jx_export_xml(
struct jx *j, FILE *stream );
20 void jx_export_html_solo(
struct jx *j, FILE *stream );
21 void jx_export_html_header(FILE * s,
struct jx_table *h);
22 void jx_export_html(
struct jx *j, FILE * s,
struct jx_table *h);
23 void jx_export_html_footer(FILE * s,
struct jx_table *h);
25 void jx_export_html_with_link(
struct jx *j, FILE * s,
struct jx_table *h,
const char *linkname,
const char *linktext);
Definition: jx_table.h:19
JSON Expressions (JX) library.
JX value representing any expression type.
Definition: jx.h:117