diff options
| author | gareuselesinge | 2013-05-06 13:41:07 +0000 |
|---|---|---|
| committer | gareuselesinge | 2013-05-06 13:41:07 +0000 |
| commit | 09e77eb8c7e365fc08b65f10b0b602deb782096c (patch) | |
| tree | 98fe6dd79c8c47c65d67791efc93836c0fa78e1e /lib/xml_utils.mli | |
| parent | 67df75285764fd0d192675cfcd3999936864d90a (diff) | |
New module Xml_printer (dual to Xml_parser)
Code for printing XML moved from xml_utils.ml to xml_printer.ml
and improved to generate less garbage using Buffer.t systematically.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16480 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/xml_utils.mli')
| -rw-r--r-- | lib/xml_utils.mli | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/xml_utils.mli b/lib/xml_utils.mli index 56e7f80762..67cd5cb93a 100644 --- a/lib/xml_utils.mli +++ b/lib/xml_utils.mli @@ -78,16 +78,3 @@ val map : (xml -> 'a) -> xml -> 'a list Raise {!Xml.Not_element} if the xml is not an element *) val fold : ('a -> xml -> 'a) -> 'a -> xml -> 'a -(** {6 Xml Printing} *) - -(** Print the xml data structure to a channel into a compact xml string (without - any user-readable formating ). *) -val print_xml : out_channel -> xml -> unit - -(** Print the xml data structure into a compact xml string (without - any user-readable formating ). *) -val to_string : xml -> string - -(** Print the xml data structure into an user-readable string with - tabs and lines break between different nodes. *) -val to_string_fmt : xml -> string |
