package piqilib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Piqobj_of_xmlSource

Sourceval handle_unknown_field : (string * 'a) -> unit
Sourceval check_duplicate : string -> 'a list -> unit
Sourceval parse_scalar : ('a * [> `Data of 'b ] list) -> string -> 'b
Sourceval parse_string_scalar : ('a * [> `Data of string ] list) -> string -> string
Sourceval parse_int : ('a * [> `Data of string ] list) -> [> `int of int64 | `uint of int64 ]
Sourceval parse_float : ('a * [> `Data of string ] list) -> float
Sourceval parse_bool : ('a * [> `Data of string ] list) -> bool
Sourceval parse_string : ('a * [> `Data of string ] list) -> string
Sourceval parse_binary : ('a * [> `Data of string ] list) -> string
Sourceval get_record_elements : xml list -> xml_elem list
Sourceval parse_any : xml_elem -> Piqobj.any
Sourceval find_fields : Piqi_impl_piqi.Piqi_impl_piqi.name -> xml_elem list -> xml_elem list * xml_elem list
Sourceval parse_obj : C.T.piqtype -> [> `Elem of xml_elem ] -> Piqobj.obj
OCaml

Innovation. Community. Security.