IDOMImplementationLS.CreateLSSerializer Method

Definition

Create a new LSSerializer object.

[Android.Runtime.Register("createLSSerializer", "()Lorg/w3c/dom/ls/LSSerializer;", "GetCreateLSSerializerHandler:Org.W3c.Dom.LS.IDOMImplementationLSInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.W3c.Dom.LS.ILSSerializer? CreateLSSerializer ();
[<Android.Runtime.Register("createLSSerializer", "()Lorg/w3c/dom/ls/LSSerializer;", "GetCreateLSSerializerHandler:Org.W3c.Dom.LS.IDOMImplementationLSInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CreateLSSerializer : unit -> Org.W3c.Dom.LS.ILSSerializer

Returns

The newly created LSSerializer object. <p ><b>Note:</b> By default, the newly created LSSerializer has no DOMErrorHandler, i.e. the value of the "error-handler" configuration parameter is null. However, implementations may provide a default error handler at creation time. In that case, the initial value of the "error-handler" configuration parameter on the new LSSerializer object contains a reference to the default error handler.

Attributes

Remarks

Create a new LSSerializer object.

Java documentation for org.w3c.dom.ls.DOMImplementationLS.createLSSerializer().

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