Java org.w3c.dom.ls LSOutput fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.ls LSOutput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.ls LSOutput.

The text is from its open source code.

Method

java.io.OutputStreamgetByteStream()
An attribute of a language and binding dependent type that represents a writable stream of bytes.
java.io.WritergetCharacterStream()
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
voidsetByteStream(java.io.OutputStream byteStream)
An attribute of a language and binding dependent type that represents a writable stream of bytes.
voidsetCharacterStream(java.io.Writer characterStream)
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
voidsetEncoding(String encoding)
The character encoding to use for the output.
StringtoString()
Returns a string representation of the object.