Interface ILSOutput
.NET interface for TO BE DEFINED FROM USER
public interface ILSOutput
Properties
ByteStream
https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSOutput.html#getByteStream() https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSOutput.html#setByteStream(java.io.OutputStream)
OutputStream ByteStream { get; set; }
Property Value
CharacterStream
https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSOutput.html#getCharacterStream() https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSOutput.html#setCharacterStream(java.io.Writer)
Writer CharacterStream { get; set; }
Property Value
Encoding
https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSOutput.html#getEncoding() https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSOutput.html#setEncoding(java.lang.String)
String Encoding { get; set; }
Property Value
SystemId
https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSOutput.html#getSystemId() https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSOutput.html#setSystemId(java.lang.String)
String SystemId { get; set; }