Module Cduce_lib_js.Load_xml

val string : string -> Cduce_core.Value.t -> Cduce_core.Value.t
val attrib : ('a Upool.typed_int * Encodings.Utf8.t) list -> Cduce_core.Value.t Imap.t
val elem : Ns.table -> Cduce_types.AtomSet.V.t -> ('a Upool.typed_int * Encodings.Utf8.t) list -> Cduce_core.Value.t -> Cduce_core.Value.t
val only_ws : bytes -> int -> bool
val load_xml : ?⁠ns:bool -> string -> Cduce_core.Value.t
val mk_load_xml : (string -> unit) -> ?⁠ns:bool -> string -> Cduce_core.Value.t
val load_xml_subst : ?⁠ns:bool -> string -> (Ns.Uri.t * Ns.Uri.t) list -> Cduce_core.Value.t
val html_loader : (string -> Cduce_core.Value.t) Stdlib.ref
val load_html : string -> Cduce_core.Value.t
val xml_parser : (string -> unit) Stdlib.ref
val start_element_handler : string -> (string * string) list -> unit
val end_element_handler : 'a -> unit
val text_handler : string -> unit