API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.ls. LSOutput View Source
Author(s)
Since
Version
Serial
Hierarchy
 LSOutput
Subinterfaces
Description
public interface LSOutput
  This interface represents an output destination for data.
See also:   
Methods
Hide/Show inherited methods
public OutputStream getByteStream ()
An attribute of a language and binding dependent type that represents a writable stream of bytes.
public Writer getCharacterStream ()
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
public String getEncoding ()
  The character encoding to use for the output.
public String getSystemId ()
  The system identifier, a URI reference [IETF RFC 2396], for this output destination.
public void setByteStream (OutputStream byteStream)
An attribute of a language and binding dependent type that represents a writable stream of bytes.
public void setCharacterStream (Writer characterStream)
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
public void setEncoding (String encoding)
  The character encoding to use for the output.
public void setSystemId (String systemId)
  The system identifier, a URI reference [IETF RFC 2396], for this output destination.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar