Module Sax_annot

module Sax_annot: sig .. end

type sax_annot 
type stream_label_annot = bool 

The XPath stream analysis label is a boolean *

val empty_sax_annot : unit -> sax_annot

Create an empty AST annotation.

val annot_components : sax_annot -> stream_label_annot option

Return all the annotation's components

val copy_annot : sax_annot -> sax_annot

Copy an annotation

XPath label annotations

val set_stream_label_annot : sax_annot -> stream_label_annot -> unit

Set the stream-label annotation

val get_stream_label_annot : sax_annot -> stream_label_annot

Get the stream-label annotation

val set_annotation : sax_annot -> sax_annot -> unit