Commit before branching to new XPath compilation
[SXSI/xpathcomp.git] / tag.mli
diff --git a/tag.mli b/tag.mli
index b5e0ad2..bc3ee55 100644 (file)
--- a/tag.mli
+++ b/tag.mli
@@ -1,8 +1,13 @@
 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 init : pool -> unit
 val to_string : t -> string
 val compare : t -> t -> int