piqilib
The Piqi library -- runtime support for multi-format Protobuf/JSON/XML/Piq data serialization and conversion
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library piqilib
module C = Piqi_common
type xml = Piqi_xml_type.xml
type xml_elem = Piqi_xml_type.xml_elem
val init_xml_parser : ?fname:string -> Xmlm.source -> xml_parser
val init_from_channel : ?fname:string -> in_channel -> xml_parser
val init_from_string : ?fname:string -> string -> xml_parser
val do_read_xml_obj : xml_parser -> xml
val read_xml_obj : xml_parser -> xml option
val xml_to_channel : ?pretty_print:bool -> out_channel -> xml -> unit
val xml_to_string : ?pretty_print:bool -> ?decl:bool -> xml -> string
val xml_of_string : string -> xml list