Merge branch 'local-ocamlbuild' into local-trunk
[SXSI/xpathcomp.git] / src / tagSet.mli
diff --git a/src/tagSet.mli b/src/tagSet.mli
new file mode 100644 (file)
index 0000000..825757a
--- /dev/null
@@ -0,0 +1,15 @@
+(******************************************************************************)
+(*  SXSI : XPath evaluator                                                    *)
+(*  Kim Nguyen (Kim.Nguyen@nicta.com.au)                                      *)
+(*  Copyright NICTA 2008                                                      *)
+(*  Distributed under the terms of the LGPL (see LICENCE)                     *)
+(******************************************************************************)
+
+include FiniteCofinite.S with type elt = Tag.t and type set = Ptset.Int.t
+
+val tag : Tag.t -> t
+val pcdata : t
+val attribute : t
+val star : t
+val node : t
+val print : Format.formatter -> t -> unit