|
|||||||||
| Home >> All >> gnu >> xml >> dom >> [ ls overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
gnu.xml.dom.ls
Class DomLSOutput

java.lang.Objectgnu.xml.dom.ls.DomLSOutput
- All Implemented Interfaces:
- org.w3c.dom.ls.LSOutput
- public class DomLSOutput
- extends java.lang.Object
- implements org.w3c.dom.ls.LSOutput
- extends java.lang.Object
Specification of XML output to produce.
| Field Summary | |
private java.lang.String |
encoding
|
private java.io.OutputStream |
out
|
private java.lang.String |
systemId
|
| Constructor Summary | |
DomLSOutput()
|
|
| Method Summary | |
java.io.OutputStream |
getByteStream()
An attribute of a language and binding dependent type that represents a writable stream of bytes. |
java.io.Writer |
getCharacterStream()
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output. |
java.lang.String |
getEncoding()
The character encoding to use for the output. |
java.lang.String |
getSystemId()
The system identifier, a URI reference [IETF RFC 2396], for this output destination. |
void |
setByteStream(java.io.OutputStream out)
An attribute of a language and binding dependent type that represents a writable stream of bytes. |
void |
setCharacterStream(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. |
void |
setEncoding(java.lang.String encoding)
The character encoding to use for the output. |
void |
setSystemId(java.lang.String systemId)
The system identifier, a URI reference [IETF RFC 2396], for this output destination. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
out
private java.io.OutputStream out
systemId
private java.lang.String systemId
encoding
private java.lang.String encoding
| Constructor Detail |
DomLSOutput
public DomLSOutput()
| Method Detail |
getCharacterStream
public java.io.Writer getCharacterStream()
- Description copied from interface:
org.w3c.dom.ls.LSOutput - An attribute of a language and binding dependent type that represents
a writable stream to which 16-bit units can be output.
- Specified by:
getCharacterStreamin interfaceorg.w3c.dom.ls.LSOutput
setCharacterStream
public void setCharacterStream(java.io.Writer characterStream)
- Description copied from interface:
org.w3c.dom.ls.LSOutput - An attribute of a language and binding dependent type that represents
a writable stream to which 16-bit units can be output.
- Specified by:
setCharacterStreamin interfaceorg.w3c.dom.ls.LSOutput
getByteStream
public java.io.OutputStream getByteStream()
- Description copied from interface:
org.w3c.dom.ls.LSOutput - An attribute of a language and binding dependent type that represents
a writable stream of bytes.
- Specified by:
getByteStreamin interfaceorg.w3c.dom.ls.LSOutput
setByteStream
public void setByteStream(java.io.OutputStream out)
- Description copied from interface:
org.w3c.dom.ls.LSOutput - An attribute of a language and binding dependent type that represents
a writable stream of bytes.
- Specified by:
setByteStreamin interfaceorg.w3c.dom.ls.LSOutput
getSystemId
public java.lang.String getSystemId()
- Description copied from interface:
org.w3c.dom.ls.LSOutput - The system identifier, a URI reference [IETF RFC 2396], for this
output destination.
If the system ID is a relative URI reference (see section 5 in [IETF RFC 2396]), the behavior is implementation dependent.- Specified by:
getSystemIdin interfaceorg.w3c.dom.ls.LSOutput
setSystemId
public void setSystemId(java.lang.String systemId)
- Description copied from interface:
org.w3c.dom.ls.LSOutput - The system identifier, a URI reference [IETF RFC 2396], for this
output destination.
If the system ID is a relative URI reference (see section 5 in [IETF RFC 2396]), the behavior is implementation dependent.- Specified by:
setSystemIdin interfaceorg.w3c.dom.ls.LSOutput
getEncoding
public java.lang.String getEncoding()
- Description copied from interface:
org.w3c.dom.ls.LSOutput - The character encoding to use for the output. The encoding must be a
string acceptable for an XML encoding declaration ([XML 1.0] section
4.3.3 "Character Encoding in Entities"), it is recommended that
character encodings registered (as charsets) with the Internet
Assigned Numbers Authority [IANA-CHARSETS]
should be referred to using their registered names.
- Specified by:
getEncodingin interfaceorg.w3c.dom.ls.LSOutput
setEncoding
public void setEncoding(java.lang.String encoding)
- Description copied from interface:
org.w3c.dom.ls.LSOutput - The character encoding to use for the output. The encoding must be a
string acceptable for an XML encoding declaration ([XML 1.0] section
4.3.3 "Character Encoding in Entities"), it is recommended that
character encodings registered (as charsets) with the Internet
Assigned Numbers Authority [IANA-CHARSETS]
should be referred to using their registered names.
- Specified by:
setEncodingin interfaceorg.w3c.dom.ls.LSOutput
|
|||||||||
| Home >> All >> gnu >> xml >> dom >> [ ls overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
gnu.xml.dom.ls.DomLSOutput