public class DOMOutputImpl extends Object implements 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 LSOutput
public void setCharacterStream(Writer characterStream)
setCharacterStream
in interface LSOutput
public OutputStream getByteStream()
getByteStream
in interface LSOutput
public void setByteStream(OutputStream byteStream)
setByteStream
in interface LSOutput
public String getSystemId()
getSystemId
in interface LSOutput
public void setSystemId(String systemId)
setSystemId
in interface LSOutput
public String getEncoding()
getEncoding
in interface LSOutput
public void setEncoding(String encoding)
setEncoding
in interface LSOutput
Copyright © 2016 JBoss by Red Hat. All rights reserved.