From a980d3d030b6cad801110a36ff9b09d5ec38b7d1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 24 Nov 2012 15:42:10 +0100 Subject: Move XML parser into fitz directory. --- xps/muxps.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'xps/muxps.h') diff --git a/xps/muxps.h b/xps/muxps.h index c784a01a..007f4452 100644 --- a/xps/muxps.h +++ b/xps/muxps.h @@ -6,22 +6,6 @@ typedef struct xps_document_s xps_document; typedef struct xps_page_s xps_page; -/* - * XML document model - */ - -typedef struct fz_xml_s fz_xml; - -fz_xml *fz_parse_xml(fz_context *doc, unsigned char *buf, int len); -fz_xml *fz_xml_next(fz_xml *item); -fz_xml *fz_xml_down(fz_xml *item); -char *fz_xml_tag(fz_xml *item); -char *fz_xml_att(fz_xml *item, const char *att); -char *fz_xml_text(fz_xml *item); -void fz_free_xml(fz_context *doc, fz_xml *item); -void fz_print_xml(fz_xml *item, int level); -void fz_detach_xml(fz_xml *node); - /* xps_open_document: Open a document. -- cgit v1.2.3