Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module type XML_sigs.Iterable

module type Iterable = sig..end

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