共用方式為


NamespaceSupport.DeclaredPrefixes 屬性

定義

傳回在此內容中宣告之所有前置詞的列舉。

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

屬性值

列舉在此內容中宣告的所有前置詞。

屬性

備註

傳回在此內容中宣告之所有前置詞的列舉。

空的 (預設) 前置詞將會包含在這個列舉中;請注意,這種行為與 #getPrefix#getPrefixes不同。

org.xml.sax.helpers.NamespaceSupport.getDeclaredPrefixes()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

另請參閱