Module type Xml_sigs.Iterable
include NoWrap
module W = Xml_wrap.NoWraptype 'a wrap = 'a W.ttype 'a list_wrap = 'a W.tlisttype uritype aname = stringtype event_handlertype mouse_event_handlertype keyboard_event_handlertype touch_event_handlertype attribval event_handler_attrib : aname -> event_handler -> attribval mouse_event_handler_attrib : aname -> mouse_event_handler -> attribval keyboard_event_handler_attrib : aname -> keyboard_event_handler -> attribval touch_event_handler_attrib : aname -> touch_event_handler -> attribtype elttype ename = stringval empty : unit -> eltval comment : string -> 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