QName.Prefix Property

Definition

Get the prefix of this <code>QName</code>.

public virtual string? Prefix { [Android.Runtime.Register("getPrefix", "()Ljava/lang/String;", "GetGetPrefixHandler")] get; }
[<get: Android.Runtime.Register("getPrefix", "()Ljava/lang/String;", "GetGetPrefixHandler")>]
member this.Prefix : string

Property Value

String

prefix of this <code>QName</code>

Attributes

Remarks

Java documentation for javax.xml.namespace.QName.getPrefix().

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