Javax.Xml.Namespace.INamespaceContext.GetPrefixes Method
getPrefixes(namespaceURI) return value for specified Namespace URIs
Namespace URI parameterprefixes value returned
bound Namespace URI, including the <default Namespace URI>Iterator over prefixes bound to Namespace URI in the current scope in an arbitrary, implementation dependent, order
unbound Namespace URIempty Iterator
XMLConstants.XML_NS_URI ("http://www.w3.org/XML/1998/namespace")Iterator with one element set to XMLConstants.XML_NS_PREFIX ("xml")
XMLConstants.XMLNS_ATTRIBUTE_NS_URI ("http://www.w3.org/2000/xmlns/")Iterator with one element set to XMLConstants.XMLNS_ATTRIBUTE ("xmlns")
nullIllegalArgumentException is thrown

Syntax

[Android.Runtime.Register("getPrefixes", "(Ljava/lang/String;)Ljava/util/Iterator;", "GetGetPrefixes_Ljava_lang_String_Handler:Javax.Xml.Namespace.INamespaceContextInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Util.IIterator GetPrefixes (string namespaceURI)

Parameters

namespaceURI
URI of Namespace to lookup

Returns

Documentation for this section has not yet been entered.

Remarks

getPrefixes(namespaceURI) return value for specified Namespace URIs
Namespace URI parameterprefixes value returned
bound Namespace URI, including the <default Namespace URI>Iterator over prefixes bound to Namespace URI in the current scope in an arbitrary, implementation dependent, order
unbound Namespace URIempty Iterator
XMLConstants.XML_NS_URI ("http://www.w3.org/XML/1998/namespace")Iterator with one element set to XMLConstants.XML_NS_PREFIX ("xml")
XMLConstants.XMLNS_ATTRIBUTE_NS_URI ("http://www.w3.org/2000/xmlns/")Iterator with one element set to XMLConstants.XMLNS_ATTRIBUTE ("xmlns")
nullIllegalArgumentException is thrown

Get all prefixes bound to a Namespace URI in the current scope.

An Iterator over String elements is returned in an arbitrary, implementation dependent, order.

The Iterator is not modifiable. e.g. the remove() method will throw UnsupportedOperationException.

When requesting prefixes by Namespace URI, the following table describes the returned prefixes value for all Namespace URI values:

[Android Documentation]

Requirements

Namespace: Javax.Xml.Namespace
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8