Module Streaming_parse

module Streaming_parse: sig .. end

val glx_normalized_public_id : string -> string
val open_pxp_stream_from_io : Galax_io.input_spec ->
Galax_io.entity_kind -> Galax_io.pxp_stream * string option
val open_xml_stream_from_pxp_stream : Galax_io.pxp_stream * string option ->
Pxp_dtd.dtd option * Streaming_types.xml_stream
val open_xml_entity_stream_from_io : Galax_io.input_spec ->
Galax_io.entity_kind -> Pxp_dtd.dtd option * Streaming_types.xml_stream
val open_xml_stream_from_io : Galax_io.input_spec -> Pxp_dtd.dtd option * Streaming_types.xml_stream
val parse_standalone_dtd : Galax_io.input_spec -> Pxp_dtd.dtd