IDOMImplementationLS.CreateLSInput Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new empty input source object where
LSInput.characterStream, LSInput.byteStream
, LSInput.stringDataLSInput.systemId,
LSInput.publicId, LSInput.baseURI, and
LSInput.encoding are null, and
LSInput.certifiedText is false.
[Android.Runtime.Register("createLSInput", "()Lorg/w3c/dom/ls/LSInput;", "GetCreateLSInputHandler:Org.W3c.Dom.LS.IDOMImplementationLSInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.W3c.Dom.LS.ILSInput? CreateLSInput();[<Android.Runtime.Register("createLSInput", "()Lorg/w3c/dom/ls/LSInput;", "GetCreateLSInputHandler:Org.W3c.Dom.LS.IDOMImplementationLSInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CreateLSInput : unit -> Org.W3c.Dom.LS.ILSInputReturns
The newly created input object.
- Attributes
Remarks
Create a new empty input source object where LSInput.characterStream, LSInput.byteStream , LSInput.stringDataLSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false.
Java documentation for org.w3c.dom.ls.DOMImplementationLS.createLSInput().
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.