package forester

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

Module Forester_xml_namesSource

Sourcetype xmlns_attr = {
  1. prefix : string;
  2. xmlns : string;
}
Sourcetype xml_qname = {
  1. prefix : string;
  2. uname : string;
  3. xmlns : string option;
}
Sourceval xml_qname_t : xml_qname Repr.t
Sourceval split_xml_qname : string -> string option * string
Sourcemodule Xmlns_effect : sig ... end
OCaml

Innovation. Community. Security.