X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tag.mli;h=75cd36219f2a31a7206784416abaf9a0aba23d5a;hb=df5fdb22632be887ecd9f5c46a014e7e970148a2;hp=46efbcfd5c4f5440d7afc3b7a4c25f264de68b5a;hpb=d64e3a3a9ef6329caafdba848ef78427fce0d689;p=SXSI%2Fxpathcomp.git diff --git a/tag.mli b/tag.mli index 46efbcf..75cd362 100644 --- a/tag.mli +++ b/tag.mli @@ -1,13 +1,23 @@ type t = int type pool val tag : string -> t -val pcdata : t + +val document_node : t val attribute : t +val pcdata : t +val attribute_data : t +val document_node_close : t +val attribute_close : t +val pcdata_close : t +val attribute_data_close : t + + val init : pool -> unit val to_string : t -> string val compare : t -> t -> int val equal : t -> t -> bool - +val nullt : t +val dummy : t val dump : Format.formatter -> t -> unit val check : t -> unit (* Check internal invariants *)