Package com.sun.xml.txw2.output
Class TXWResult
java.lang.Object
com.sun.xml.txw2.output.TXWResult
- All Implemented Interfaces:
Result
Allow you to wrap
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.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSystemId(String systemId) voidsetWriter(TypedXmlWriter writer)
-
Constructor Details
-
TXWResult
-
-
Method Details
-
getWriter
-
setWriter
-
getSystemId
- Specified by:
getSystemIdin interfaceResult
-
setSystemId
- Specified by:
setSystemIdin interfaceResult
-