- Removed the direct calls to TextCollection, use XMLTree wrapper instead
[SXSI/xpathcomp.git] / tag.mli
diff --git a/tag.mli b/tag.mli
index 766ac93..41b5485 100644 (file)
--- a/tag.mli
+++ b/tag.mli
@@ -8,6 +8,7 @@ type t
 val attribute : t
 val pcdata : t
 val tag : string -> t
+val init : string array -> unit
 val clear_pool : unit -> unit
 val compare : t -> t -> int
 val equal : t -> t -> bool