Safety commit
[SXSI/xpathcomp.git] / tag.mli
diff --git a/tag.mli b/tag.mli
index b5e0ad2..1fcd5b1 100644 (file)
--- a/tag.mli
+++ b/tag.mli
@@ -1,8 +1,17 @@
 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