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 |
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.
The following table lists the 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. |
Contents
Index
![]() ![]() |