| Top |
GQuark
fo_xsl_formatter_error_quark (void);
Get the error quark for FoXslFormatter.
If the quark does not yet exist, create it.
FoXslFormatter *
fo_xsl_formatter_new (void);
Creates a new FoXslFormatter initialized to default value.
gboolean fo_xsl_formatter_format (FoXslFormatter *fo_xsl_formatter,FoLibfoContext *libfo_context,GError **error);
Formats fo_xsl_formatter
.
Outputs debug info according to debug mode set in libfo_context
.
gboolean fo_xsl_formatter_draw (FoXslFormatter *fo_xsl_formatter,FoLibfoContext *libfo_context,GError **error);
Formats fo_xsl_formatter
.
void fo_xsl_formatter_set_result_tree (FoXslFormatter *fo_xsl_formatter,FoXmlDoc *result_tree);
Set the result tree in fo_xsl_formatter
. Voids the current FO and
area trees.
void fo_xsl_formatter_set_fo_doc (FoXslFormatter *fo_xsl_formatter,FoDoc *fo_doc);
Set the FoDoc in fo_xsl_formatter
. Voids the current FO and area
trees.
GObject *
fo_xsl_formatter_get_fo_tree (FoXslFormatter *fo_xsl_formatter);
Get the FoFo tree created by fo_xsl_formatter
.
GObject *
fo_xsl_formatter_get_area_tree (FoXslFormatter *fo_xsl_formatter);
Get the FoArea tree created by fo_xsl_formatter
.