|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.transform.stream.StreamResult nu.staldal.xodus.AppendableStreamResult
public class AppendableStreamResult
StreamResult with an Appendable
.
Field Summary |
---|
Fields inherited from class javax.xml.transform.stream.StreamResult |
---|
FEATURE |
Fields inherited from interface javax.xml.transform.Result |
---|
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
---|---|
AppendableStreamResult()
Default constructor. |
|
AppendableStreamResult(java.lang.Appendable a)
Constructor. |
Method Summary | |
---|---|
java.lang.Appendable |
getAppendable()
Get the Appendable. |
void |
setAppendable(java.lang.Appendable a)
Set the Appendable |
Methods inherited from class javax.xml.transform.stream.StreamResult |
---|
getOutputStream, getSystemId, getWriter, setOutputStream, setSystemId, setSystemId, setWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppendableStreamResult()
public AppendableStreamResult(java.lang.Appendable a)
a
- the AppendableMethod Detail |
---|
public java.lang.Appendable getAppendable()
public void setAppendable(java.lang.Appendable a)
a
- the Appendable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |