NamespaceSupport.DeclaredPrefixes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.