Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Appendix K XML Conversion Function APIs> K.1 DocumentFountain Interface

K.1.3 setDestination

mark1Function

This method sets the destination for the XML documents being generated when the output format is a stream, a file, or SAX events.

mark1Syntax

public void setDestination(
    java.lang.Object   aDestination     /* (1) Output destination       */
) throws XMLGenException;

mark1Return Value

None

mark1Parameters

mark2(1) Output destination

Specify the object that will be the output destination for the XML documents.

mark1Exceptions

mark2XMLGenException

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 PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006