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

The DocumentFountain interface provides methods for obtaining XML documents.
DocumentFountain instances are generated by the XMLGenerator class.
The fields and methods provided by the DocumentFountain interface are listed below.

mark1Fields of the DocumentFountain Interface

The following table lists the fields of the DocumentFountain Interface.

[Table K-3 Fields of the DocumentFountain Interface]

Field name

Meaning

public static final int TYPE_STRING

Indicates that the output format is a string.

public static final int TYPE_STREAM

Indicates that the output format is a stream.

public static final int TYPE_FILE

Indicates that the output format is a file.

public static final int TYPE_DOM

Indicates that the output format is a DOM object.

public static final int TYPE_SAX

Indicates that the output format is a SAX event.


DownK.1.1 getXMLDocument
DownK.1.2 hasXMLDocument
DownK.1.3 setDestination
DownK.1.4 setEncoding

Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006