sig
  type streaming_ordered_context
  val build_streaming_ordered_context :
    Nodeid.docid ->
    Nodeid_context.nodeid_context ->
    Streaming_ordered_context.streaming_ordered_context
  val get_docid :
    Streaming_ordered_context.streaming_ordered_context -> Nodeid.docid
  val new_preorderid :
    Streaming_ordered_context.streaming_ordered_context ->
    Nodeid.preint_docorder
  val new_postorderid :
    Streaming_ordered_context.streaming_ordered_context ->
    Nodeid.postint_docorder
  val new_leaf_docorder :
    Streaming_ordered_context.streaming_ordered_context ->
    Nodeid.prepostint_docorder
end