Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Syndic_xmlCommon module for XML parsing.
The type for the optional DTD.
type pos = Xmlm.postype tag = Xmlm.tagresolve base uri resolve the uri against the possible base.
val input_of_channel : in_channel -> Xmlm.inputval of_xmlm : Xmlm.input -> dtd * tof_xmlm doc converts an XML document doc into a DTD and a tree representing the document.
val make_output :
?ns_prefix:(string -> string option) ->
Xmlm.dest ->
Xmlm.outputval to_xmlm : ?dtd:string -> t -> Xmlm.output -> unitval to_string : ?ns_prefix:(string -> string option) -> t -> string