X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=tag.mli;h=1fcd5b1dfad53ebe489bd2a33660e68b57a13ece;hb=cf6d366b25132eea7b0f1966c11d034d748af0fa;hp=bc3ee5559bd8fb0fff8eade4ddf9f01deed94057;hpb=451e60ad59e35344dff62da5ca27fcd5eec1bff9;p=SXSI%2Fxpathcomp.git diff --git a/tag.mli b/tag.mli index bc3ee55..1fcd5b1 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