modules_token_for_uri
Description:
public Slot modules_token_for_uri (
List<
Module> modules,
string uri)
throws Error
Lookup a token that matches the URI.
Parameters:
modules |
The modules
|
uri |
The URI that the token must match
|
Returns:
A newly allocated Slot or null if no such token was found.
|