Skip Headers

Oracle® XML API Reference
10g Release 1 (10.1)

Part Number B10789-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

Xsl Datatypes

Table 22-1 summarizes the datatypes of the Xsl package.

Table 22-1 Summary of Datatypes; Xsl Package

Datatype Description
XslCompIdType
Defines XSL compiler identifiers.
XslExceptionCode
Defines XSLT related exceptions.
XslTrIdType
Defines XSL transformer identifiers.


XslCompIdType

Defines XSL compiler identifiers.


Definition
typedef enum XslCompIdType {
   XvmCompCXml = 1
} XslCompIdType;


XslExceptionCode

Defines XSLT related exceptions.


Definition
typedef typedef enum XslExceptionCode {
   XSL_UNDEFINED_ERR = 0,
   XSL_OTHER_ERR = 1 
} XslExceptionCode;
 

XslTrIdType

Defines XSL transformer identifiers.


Definition
typedef enum XslTrIdType {
   XslTrCXml         = 1,
   XvmTrCXml         = 2
} XslTrIdType;