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.NoWrap
type separator =  | Space | Comma
val aname : attrib -> aname
type acontent = private  | AFloat of float | AInt of int | AStr of string | AStrL of separator * 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