Org.Xml.Sax.Helpers.NamespaceSupport.DeclaredPrefixes Property
Return an enumeration of all prefixes declared in this context.

Syntax

[get: Android.Runtime.Register("getDeclaredPrefixes", "()Ljava/util/Enumeration;", "GetGetDeclaredPrefixesHandler")]
public virtual Java.Util.IEnumeration DeclaredPrefixes { get; }

See Also

NamespaceSupport.Prefixes
NamespaceSupport.GetURI(string)

Value

Documentation for this section has not yet been entered.

Remarks

Return an enumeration of all prefixes declared in this context.

The empty (default) prefix will be included in this enumeration; note that this behaviour differs from that of NamespaceSupport.GetPrefix(string) and NamespaceSupport.Prefixes.

[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