public class DOMOutputImpl extends Object implements org.w3c.dom.ls.LSOutput
| Modifier and Type | Field and Description |
|---|---|
protected OutputStream |
fByteStream |
protected Writer |
fCharStream |
protected String |
fEncoding |
protected String |
fSystemId |
| Constructor and Description |
|---|
DOMOutputImpl()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getByteStream()
Depending on the language binding in use, this attribute may not be
available.
|
Writer |
getCharacterStream()
An attribute of a language and binding dependent type that represents a
writable stream of bytes.
|
String |
getEncoding()
The character encoding, if known.
|
String |
getSystemId()
The system identifier, a URI reference [IETF RFC 2396], for this output
destination.
|
void |
setByteStream(OutputStream byteStream)
Depending on the language binding in use, this attribute may not be
available.
|
void |
setCharacterStream(Writer characterStream)
An attribute of a language and binding dependent type that represents a
writable stream of bytes.
|
void |
setEncoding(String encoding)
The character encoding, if known.
|
void |
setSystemId(String systemId)
The system identifier, a URI reference [IETF RFC 2396], for this output
destination.
|
protected Writer fCharStream
protected OutputStream fByteStream
protected String fSystemId
protected String fEncoding
public Writer getCharacterStream()
getCharacterStream in interface org.w3c.dom.ls.LSOutputpublic void setCharacterStream(Writer characterStream)
setCharacterStream in interface org.w3c.dom.ls.LSOutputpublic OutputStream getByteStream()
getByteStream in interface org.w3c.dom.ls.LSOutputpublic void setByteStream(OutputStream byteStream)
setByteStream in interface org.w3c.dom.ls.LSOutputpublic String getSystemId()
getSystemId in interface org.w3c.dom.ls.LSOutputpublic void setSystemId(String systemId)
setSystemId in interface org.w3c.dom.ls.LSOutputpublic String getEncoding()
getEncoding in interface org.w3c.dom.ls.LSOutputpublic void setEncoding(String encoding)
setEncoding in interface org.w3c.dom.ls.LSOutputCopyright © 2005-2014 Apache Software Foundation. All Rights Reserved.