Module XML_sigs.​IterableTypedXML.​XML

module XML : XML_sigs.Iterable

include XML_sigs.​T
type separator =  | Space | Comma
val aname : attrib -> aname
type acontent = private  | AFloat of aname * float | AInt of aname * int | AStr of aname * string | AStrL of separator * aname * string list
val acontent : attrib -> acontent
type econtent = private  | Empty | Comment of string | EncodedPCDATA of string | PCDATA of string | Entity of string | Leaf of ename * attrib list | Node of ename * attrib list * elt list
val content : elt -> econtent