module Streaming_constructors: sig .. end
val text_constructor : Streaming_types.typed_xml_stream -> Streaming_types.typed_xml_stream
val charref_constructor : int -> Streaming_types.typed_xml_stream
val pi_constructor : bool ->
       Namespace_names.ncname ->
       Streaming_types.typed_xml_stream -> Streaming_types.typed_xml_stream
 : Streaming_types.typed_xml_stream -> Streaming_types.typed_xml_stream
val attribute_constructor : Namespace_symbols.rattr_symbol ->
       Streaming_types.typed_xml_stream -> Streaming_types.typed_xml_stream
val element_constructor : Dm_atomic.atomicAnyURI option Pervasives.ref ->
       Namespace_symbols.relem_symbol ->
       Namespace_context.nsenv ->
       Streaming_types.typed_xml_stream -> Streaming_types.typed_xml_stream
val document_constructor : Dm_atomic.atomicAnyURI option Pervasives.ref ->
       Streaming_types.typed_xml_stream -> Streaming_types.typed_xml_stream
val sequence_constructor : Streaming_types.typed_xml_stream ->
       Streaming_types.typed_xml_stream -> Streaming_types.typed_xml_stream
val element_constructor_of_resolved : Dm_atomic.atomicAnyURI option Pervasives.ref ->
       Namespace_symbols.relem_symbol ->
       Namespace_context.nsenv ->
       Streaming_types.resolved_xml_stream -> Streaming_types.resolved_xml_stream
val glx_result_serialization : Streaming_types.typed_xml_stream -> Streaming_types.typed_xml_stream
val sequence_normalization : Streaming_types.typed_xml_stream -> Streaming_types.typed_xml_stream