Module type Xml_sigs.Iterable
include NoWrap
val string_of_uri : (uri, string) W.ft
val uri_of_string : (string, uri) W.ft
type keyboard_event_handler
val encodedpcdata : string wrap -> elt
val entity : string -> elt
val cdata : string -> elt
val cdata_script : string -> elt
val cdata_style : string -> elt
type 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