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  

Ctx Datatypes

Table 14-1 summarizes the datatypes of the Ctx package.

Table 14-1 Summary of Datatypes; Ctx Package

Datatype Description
encoding
A single supported encoding.
encodings
An array of encodings.


encoding

A single supported encoding.


Definition
typedef struct encoding {
   oratext *encname;
   oratext *encvalue;
} encoding;


encodings

An array of encodings.


Definition
typedef struct encodings {
   unsigned num;
   encoding *enc; 
} encodings;