X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tag.mli;h=c7a15cbd51f6466c4b4c7929343a9a7ad67faa5a;hb=63ca35af9ef5c0b18b3d3217536f3353f77f5465;hp=766ac932760da6b2824a8388a3a1c4d1bf5a05e8;hpb=3623eefccfb5fc69e19ad975a3669f51a2a8b276;p=SXSI%2Fxpathcomp.git diff --git a/tag.mli b/tag.mli index 766ac93..c7a15cb 100644 --- a/tag.mli +++ b/tag.mli @@ -5,10 +5,12 @@ (* Distributed under the terms of the LGPL (see LICENCE) *) (******************************************************************************) type t +type pool + val attribute : t val pcdata : t val tag : string -> t -val clear_pool : unit -> unit +val init : pool -> unit val compare : t -> t -> int val equal : t -> t -> bool val print : Format.formatter -> t -> unit