Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Appendix K XML Conversion Function APIs | > K.1 DocumentFountain Interface |
This method sets the destination for the XML documents being generated when the output format is a stream, a file, or SAX events.
public void setDestination( java.lang.Object aDestination /* (1) Output destination */ ) throws XMLGenException; |
None
Specify the object that will be the output destination for the XML documents.
This is output if something other than an object is specified as the parameter.
Refer to K.8 Error Codes Posted when XML Conversion Function APIs are Used for error code and error message details.
Contents
Index
![]() ![]() |