package xml-light

  1. Overview
  2. Docs
Xml-Light is a minimal XML parser & printer for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

xml-light-2.5.tbz
sha256=f58c2b3db70ad1ba080b0d306ae32f82ccbb95dabb92c599cdc467d1e44e003d
sha512=fec6b83f8342a37bdad0fc745032f1faa57b359365ab53c2376fb031613a83a3139766f2d646a9b9b8d67da25252f2499a03de4caaef7bd8738f9b183ef84b6e

doc/xml-light/Xml_light_utils/index.html

Module Xml_light_utilsSource

Sourcemodule StringMap : sig ... end
Sourcetype 'a map = 'a StringMap.t
Sourcetype 'a mut_map = 'a map ref
Sourceval create_map : unit -> 'a StringMap.t ref
Sourceval empty_map : unit -> 'a StringMap.t ref
Sourceval find_map : 'a StringMap.t ref -> StringMap.key -> 'a
Sourceval set_map : 'a StringMap.t ref -> StringMap.key -> 'a -> unit
Sourceval unset_map : 'a StringMap.t ref -> StringMap.key -> unit
Sourceval iter_map : (StringMap.key -> 'a -> unit) -> 'a StringMap.t ref -> unit
Sourceval fold_map : (StringMap.key -> 'a -> 'b -> 'b) -> 'a StringMap.t ref -> 'b -> 'b
Sourceval mem_map : 'a StringMap.t ref -> StringMap.key -> bool
OCaml

Innovation. Community. Security.