X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2FqName.mli;h=7a892e95acc78700c167e910c0e459363432b3e5;hp=e738af5ded8cfd60521befb4326b740c3f77f01f;hb=fe2ba1820282783ae8c10fbbbd2b65d3dc4c67f2;hpb=fed343e8df1900043dc993ac5458c757d3ac2ee0;ds=sidebyside diff --git a/src/qName.mli b/src/qName.mli index e738af5..7a892e9 100644 --- a/src/qName.mli +++ b/src/qName.mli @@ -49,7 +49,7 @@ val nil : t (** Represents the QName of a nil node. Equivalent to [of_string "#"] *) - +(* val attribute : t -> t (** Adds a prefix character (@) to distinguish the name from an element name @@ -64,3 +64,4 @@ val remove_prefix : t -> t (** Removes the prefix of the qname given as argument. Does not do anything if there is no prefix. *) +*)