Table of Contents

Interface ILSOutput

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/LSOutput.html

public interface ILSOutput

Properties

ByteStream

OutputStream ByteStream { get; set; }

Property Value

OutputStream

CharacterStream

Writer CharacterStream { get; set; }

Property Value

Writer

Encoding

String Encoding { get; set; }

Property Value

String

SystemId

String SystemId { get; set; }

Property Value

String