Org.Xml.Sax.Helpers.NamespaceSupport.GetPrefixes Method
Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.

Syntax

[Android.Runtime.Register("getPrefixes", "(Ljava/lang/String;)Ljava/util/Enumeration;", "GetGetPrefixes_Ljava_lang_String_Handler")]
public virtual Java.Util.IEnumeration GetPrefixes (string uri)

See Also

NamespaceSupport.GetPrefix(string)
NamespaceSupport.DeclaredPrefixes
NamespaceSupport.GetURI(string)

Parameters

uri
The Namespace URI.

Returns

Documentation for this section has not yet been entered.

Remarks

Return an enumeration of all prefixes for a given URI whose declarations are active in the current context. This includes declarations from parent contexts that have not been overridden.

This method returns prefixes mapped to a specific Namespace URI. The xml: prefix will be included. If you want only one prefix that's mapped to the Namespace URI, and you don't care which one you get, use the NamespaceSupport.GetPrefix(string) method instead.

Note: the empty (default) prefix is never included in this enumeration; to check for the presence of a default Namespace, use the NamespaceSupport.GetURI(string) method with an argument of "".

[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