Org.W3c.Dom.LS.ILSInput.Encoding Property
The character encoding, if known.

Syntax

[get: Android.Runtime.Register("getEncoding", "()Ljava/lang/String;", "GetGetEncodingHandler:Org.W3c.Dom.LS.ILSInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setEncoding", "(Ljava/lang/String;)V", "GetSetEncoding_Ljava_lang_String_Handler:Org.W3c.Dom.LS.ILSInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string Encoding { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

The character encoding, if known. The encoding must be a string acceptable for an XML encoding declaration ([] section 4.3.3 "Character Encoding in Entities").

This attribute has no effect when the application provides a character stream or string data. For other sources of input, an encoding specified by means of this attribute will override any encoding specified in the XML declaration or the Text declaration, or an encoding obtained from a higher level protocol, such as HTTP [].

Set method documentation [Android Documentation]

The character encoding, if known. The encoding must be a string acceptable for an XML encoding declaration ([] section 4.3.3 "Character Encoding in Entities").

This attribute has no effect when the application provides a character stream or string data. For other sources of input, an encoding specified by means of this attribute will override any encoding specified in the XML declaration or the Text declaration, or an encoding obtained from a higher level protocol, such as HTTP [].

Requirements

Namespace: Org.W3c.Dom.LS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8