- java.lang.Object
-
- com.sun.xml.txw2.output.TXWResult
-
- All Implemented Interfaces:
Result
public class TXWResult extends Object implements Result
Allow you to wrapTypedXmlWriterinto aResultso that it can be passed toResultFactory.This class doesn't extend from known
Resulttype, so it won't work elsewhere.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
-
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
-
-
Constructor Summary
Constructors Constructor Description TXWResult(TypedXmlWriter writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSystemId()TypedXmlWritergetWriter()voidsetSystemId(String systemId)voidsetWriter(TypedXmlWriter writer)
-
-
-
Constructor Detail
-
TXWResult
public TXWResult(TypedXmlWriter writer)
-
-
Method Detail
-
getWriter
public TypedXmlWriter getWriter()
-
setWriter
public void setWriter(TypedXmlWriter writer)
-
getSystemId
public String getSystemId()
- Specified by:
getSystemIdin interfaceResult
-
setSystemId
public void setSystemId(String systemId)
- Specified by:
setSystemIdin interfaceResult
-
-