Sourceval is_self_closing_tag : string -> bool Sourcetype attribute = [ | `Present of string| `Value of string * string| `Omitted
] Sourceval attribute : 'a -> 'b -> [> `Value of 'a * 'b ] Sourceval present : 'a -> [> `Present of 'a ] Sourceval omitted : unit -> [> `Omitted ] Sourcetype element = | Null| String of string| Raw of string| Node of node| List of string * element list| Array of element array
Sourceval to_string : ?add_separator_between_text_nodes:bool -> element -> string Sourceval single_quote_escape : string -> string