X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tag.mli;h=c7a15cbd51f6466c4b4c7929343a9a7ad67faa5a;hb=6b03c8ef3dac4b1de06ca577e8e0ee07c6c3eae7;hp=41b5485b965b309d1f7110fa8ab0d9751d6ec529;hpb=b821684aac2e3114c2eb28188020d7a09b5de2a5;p=SXSI%2Fxpathcomp.git diff --git a/tag.mli b/tag.mli index 41b5485..c7a15cb 100644 --- a/tag.mli +++ b/tag.mli @@ -5,11 +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 init : string array -> unit -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