Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
View PDF |
Table 10-1 summarizes the datatypes of the Xsl
package.
Table 10-1 Summary of Datatypes; Xsl Package
Datatype | Description |
---|---|
|
Defines XSL compiler identifiers. |
|
Defines XSLT related exceptions. |
|
Defines XSL transformer identifiers. |
Defines XSL compiler identifiers.
Definition
typedef enum XslCompIdType { XvmCompCXml = 1 } XslCompIdType;
Defines XSLT related exceptions.
Definition
typedef typedef enum XslExceptionCode { XSL_UNDEFINED_ERR = 0, XSL_OTHER_ERR = 1 } XslExceptionCode;
Defines XSL transformer identifiers.
Definition
typedef enum XslTrIdType { XslTrCXml = 1, XvmTrCXml = 2 } XslTrIdType;