module Xml:Xml_sigs.Iterable
include Xml_sigs.T
type
separator =
| |
Space |
| |
Comma |
val aname : attrib -> aname
type
acontent = private
| |
AFloat of |
| |
AInt of |
| |
AStr of |
| |
AStrL of |
val acontent : attrib -> acontent
type
econtent = private
| |
Empty |
| |
Comment of |
| |
EncodedPCDATA of |
| |
PCDATA of |
| |
Entity of |
| |
Leaf of |
| |
Node of |
val content : elt -> econtent