FunctionPackage: net.uriToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version

urn-nss

Arguments: urn-uri

URN's are a subset of URI's. URN objects are members of the urn class. This function accesses the NSS of an URN. Thus:

cl-user(7): (setq urn (net.uri:parse-uri "urn:foo:10"))
#<uri urn:foo:10>
cl-user(8): (net.uri:urn-nid urn)
"foo"
cl-user(9): (net.uri:urn-nss urn)
"10"
cl-user(10): 

See also uri.htm for general information on Universal Resource Indicator support in Allegro CL.


Copyright (c) 1998-2012, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 9.0. This page was not revised from the 8.2 page.
Created 2012.5.30.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version