include Xml_sigs.NoWrap
val string_of_uri : (uri, string) W.ftval uri_of_string : (string, uri) W.fttype keyboard_event_handlerval encodedpcdata : string wrap -> eltval entity : string -> eltval cdata : string -> eltval cdata_script : string -> eltval cdata_style : string -> elttype separator = | Space| Comma
type acontent = private | AFloat of float| AInt of int| AStr of string| AStrL of separator * string list
type econtent = private | Empty| EncodedPCDATA of string| PCDATA of string| Entity of string| Leaf of ename * attrib list| Node of ename * attrib list * elt list