Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Common module for XML parsing.
The type for the optional DTD.
A XML tree.
resolve base uri
resolve the uri
against the possible base.
val get_position : t -> Xmlm.pos
of_xmlm doc
converts an XML document doc
into a DTD and a tree representing the document.
val to_xmlm : ?dtd:string -> t -> Xmlm.output -> unit
val to_string : ?ns_prefix:(string -> string option) -> t -> string
val to_buffer :
?ns_prefix:(string -> string option) ->
t ->
Stdlib.Buffer.t ->
unit