sig
  type parse_context
  val build_xquery_parse_context :
    Processing_context.processing_context -> Parse_context.parse_context
  val add_general_entity_to_parse_context :
    Parse_context.parse_context -> string -> string -> unit
  val get_processing_context :
    Parse_context.parse_context -> Processing_context.processing_context
  val get_general_entity :
    Parse_context.parse_context -> Finfo.finfo -> string -> string
end