DOMImplementationLS.ModeSynchronous Field

Definition

Caution

Use 'Org.W3c.Dom.LS.IDOMImplementationLS.ModeSynchronous'. This class will be removed in a future release.

Create a synchronous LSParser.

[Android.Runtime.Register("MODE_SYNCHRONOUS")]
[System.Obsolete("Use 'Org.W3c.Dom.LS.IDOMImplementationLS.ModeSynchronous'. This class will be removed in a future release.")]
public const short ModeSynchronous = 1;
[<Android.Runtime.Register("MODE_SYNCHRONOUS")>]
[<System.Obsolete("Use 'Org.W3c.Dom.LS.IDOMImplementationLS.ModeSynchronous'. This class will be removed in a future release.")>]
val mutable ModeSynchronous : int16

Field Value

Value = 1
Attributes

Remarks

Create a synchronous LSParser.

Java documentation for org.w3c.dom.ls.DOMImplementationLS.MODE_SYNCHRONOUS.

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