module Sax_annot:sig..end
type sax_annot
typestream_label_annot =bool
The XPath stream analysis label is a boolean *
val empty_sax_annot : unit -> sax_annotCreate an empty AST annotation.
val annot_components : sax_annot -> stream_label_annot optionReturn all the annotation's components
val copy_annot : sax_annot -> sax_annotCopy an annotation
XPath label annotations
val set_stream_label_annot : sax_annot -> stream_label_annot -> unitSet the stream-label annotation
val get_stream_label_annot : sax_annot -> stream_label_annotGet the stream-label annotation
val set_annotation : sax_annot -> sax_annot -> unit