Table of Contents

Interface ILSInput

Namespace
Org.W3c.Dom.Ls
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSInput.html

public interface ILSInput

Properties

BaseURI

String BaseURI { get; set; }

Property Value

String

ByteStream

InputStream ByteStream { get; set; }

Property Value

InputStream

CertifiedText

bool CertifiedText { get; set; }

Property Value

bool

CharacterStream

Reader CharacterStream { get; set; }

Property Value

Reader

Encoding

String Encoding { get; set; }

Property Value

String

PublicId

String PublicId { get; set; }

Property Value

String

StringData

String StringData { get; set; }

Property Value

String

SystemId

String SystemId { get; set; }

Property Value

String