Locator2Impl.Encoding Property

Definition

Returns the current value of the encoding property. -or- Assigns the current value of the encoding property.

public virtual string? Encoding { [Android.Runtime.Register("getEncoding", "()Ljava/lang/String;", "GetGetEncodingHandler")] get; [Android.Runtime.Register("setEncoding", "(Ljava/lang/String;)V", "GetSetEncoding_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getEncoding", "()Ljava/lang/String;", "GetGetEncodingHandler")>]
[<set: Android.Runtime.Register("setEncoding", "(Ljava/lang/String;)V", "GetSetEncoding_Ljava_lang_String_Handler")>]
member this.Encoding : string with get, set

Property Value

the current value of the encoding property.

Attributes

Remarks

Property getter documentation:

Returns the current value of the encoding property.

Java documentation for org.xml.sax.ext.Locator2Impl.getEncoding().

Property setter documentation:

Assigns the current value of the encoding property.

Java documentation for org.xml.sax.ext.Locator2Impl.setEncoding(java.lang.String).

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