public class TXWResult extends Object implements Result
TypedXmlWriter into a Result
so that it can be passed to ResultFactory.
This class doesn't extend from known Result type,
so it won't work elsewhere.
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING| Constructor and Description |
|---|
TXWResult(TypedXmlWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSystemId() |
TypedXmlWriter |
getWriter() |
void |
setSystemId(String systemId) |
void |
setWriter(TypedXmlWriter writer) |
public TXWResult(TypedXmlWriter writer)
public TypedXmlWriter getWriter()
public void setWriter(TypedXmlWriter writer)
public String getSystemId()
getSystemId in interface Resultpublic void setSystemId(String systemId)
setSystemId in interface ResultCopyright © 2005–2017 Oracle Corporation. All rights reserved.