X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tag.mli;h=75cd36219f2a31a7206784416abaf9a0aba23d5a;hb=df5fdb22632be887ecd9f5c46a014e7e970148a2;hp=bc3ee5559bd8fb0fff8eade4ddf9f01deed94057;hpb=451e60ad59e35344dff62da5ca27fcd5eec1bff9;p=SXSI%2Fxpathcomp.git diff --git a/tag.mli b/tag.mli index bc3ee55..75cd362 100644 --- a/tag.mli +++ b/tag.mli @@ -6,6 +6,10 @@ val document_node : t val attribute : t val pcdata : t val attribute_data : t +val document_node_close : t +val attribute_close : t +val pcdata_close : t +val attribute_data_close : t val init : pool -> unit @@ -13,7 +17,7 @@ val to_string : t -> string val compare : t -> t -> int val equal : t -> t -> bool val nullt : t - +val dummy : t val dump : Format.formatter -> t -> unit val check : t -> unit (* Check internal invariants *)