| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: string-or-uri &key (class (quote uri))
If string-or-uri is a uri instance, return it
unmodified. If string-or-uri is a string, parse
it into a URI object. Escaped encodings of the form
%<hex><hex> are properly converted into single
characters. The class keyword allows creation of
subclasses of uri
.
If the result is a URN (that is, an object of class urn
), urn-nid and urn-nss access the Namespace Identifier and
the Namespace Specific String of the URN.
See also uri.htm for general information on Universal Resource Indicator support in Allegro CL.
Copyright (c) 1998-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |