public class TXWResult
extends java.lang.Object
implements javax.xml.transform.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.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
systemId |
private TypedXmlWriter |
writer |
Constructor and Description |
---|
TXWResult(TypedXmlWriter writer) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSystemId() |
TypedXmlWriter |
getWriter() |
void |
setSystemId(java.lang.String systemId) |
void |
setWriter(TypedXmlWriter writer) |
private java.lang.String systemId
private TypedXmlWriter writer
public TXWResult(TypedXmlWriter writer)
public TypedXmlWriter getWriter()
public void setWriter(TypedXmlWriter writer)
public java.lang.String getSystemId()
getSystemId
in interface javax.xml.transform.Result
public void setSystemId(java.lang.String systemId)
setSystemId
in interface javax.xml.transform.Result