Skip Headers

Oracle® XML API Reference
10g Release 1 (10.1)
Part No. B10789-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous Next  

IO Datatypes

Table 16-1 summarizes the datatypes of the IO package.

Table 16-1 Summary of Datatypes; IO Package

Datatype Description
InputSourceType
Defines input source types.


InputSourceType

Defines input source types.


Definition
typedef enum InputSourceType {
   ISRC_URI = 1, 
   ISRC_FILE = 2, 
   ISRC_BUFFER = 3, 
   ISRC_DOM = 4, 
   ISRC_CSTREAM = 5 } 
InputSourceType;