Org.Xml.Sax.Helpers.NamespaceSupport.GetURI Method
Look up a prefix and get the currently-mapped Namespace URI.

Syntax

[Android.Runtime.Register("getURI", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetURI_Ljava_lang_String_Handler")]
public virtual string GetURI (string prefix)

See Also

NamespaceSupport.GetPrefix(string)
NamespaceSupport.Prefixes

Parameters

prefix
The prefix to look up.

Returns

Documentation for this section has not yet been entered.

Remarks

Look up a prefix and get the currently-mapped Namespace URI.

This method looks up the prefix in the current context. Use the empty string ("") for the default Namespace.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Helpers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1