Module Sax_annot

module Sax_annot: sig .. end
The XPath stream analysis label is a boolean *

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.
Returns New AST annotation.
val annot_components : sax_annot -> stream_label_annot option
Return all the annotation's components
Returns Tuple of annotation's components
val copy_annot : sax_annot -> sax_annot
Copy an annotation
Returns copy of 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
Returns stream-label annotation
val set_annotation : sax_annot -> sax_annot -> unit