| Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - | 
			Contents
			Index
			![]()  
		 | 
	
This chapter describes the APIs provided by the XML conversion function.
These APIs are listed in the following tables.
| 
 Package  | 
 Interface  | 
 Inheritance  | 
 Method  | 
 Function  | 
|---|---|---|---|---|
| 
 com.fujitsu.xmlconverter  | 
 None  | 
 Obtains a single XML data object that is to be created.  | 
||
| 
 Checks whether any XML data created still exists.  | 
||||
| 
 Sets the output destination for the XML data to be created when the output format is a stream, file or SAX.  | 
||||
| 
 Sets the encoding of the XML data to be created.  | 
| 
 Package  | 
 Class  | 
 Inheritance  | 
 Method  | 
 Function  | 
|---|---|---|---|---|
| 
 com.fujitsu.xmlconverter  | 
 java.lang.Object  | 
 Creates an instance of CSVSource.  | 
||
| 
 Sets the character encoding of data used in a CSV file.  | 
||||
| 
 Sets the delimiter for data stored in a CSV file.  | 
||||
| 
 Sets the quotation mark character for data used in a CSV file.  | 
||||
| 
 Sets the null character for data used in a CSV file.  | 
||||
| 
 Specifies whether to process the record in the first row of data in a CSV file as the column name.  | 
||||
| 
 Specifies whether to change the method used to maintain data in the CSV ResultSet from sequential reading to memory loading.  | 
||||
| 
 Obtains ResultSet from the data contained in a CSV file.  | 
||||
| 
 Specifies the method for entering delimiter characters, quotation marks, and the backslash (\) as data.  | 
||||
| 
 java.lang.Object  | 
 Creates an instance of GeneratorMap.  | 
|||
| 
 java.lang.Object  | 
 Creates an instance of XMLGenerator.  | 
|||
| 
 Creates an instance of DocumentFountain.  | 
||||
  | 
 Obtains the error code.  | 
|||
| 
 Obtains the internal exception.  | 
||||
| 
 Obtains the error message.  | 
||||
  | 
 Creates an instance of CSVException.  | 
|||
  | 
 Creates an instance of XMLGenException.  | 
K.1 DocumentFountain Interface
K.2 CSVSource Class
K.3 GeneratorMap Class
K.4 XMLGenerator Class
K.5 XMLConverterException Class
K.6 CSVException Class
K.7 XMLGenException Class
K.8 Error Codes Posted when XML Conversion Function APIs are Used
			Contents
			Index
			![]()  
		 |