NamespaceSupport.DeclaredPrefixes Property

Definition

Return an enumeration of all prefixes declared in this context.

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

Property Value

An enumeration of all prefixes declared in this context.

Attributes

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 #getPrefix and #getPrefixes.

Java documentation for org.xml.sax.helpers.NamespaceSupport.getDeclaredPrefixes().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also