Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
View PDF |
Table 9-1 summarizes the datatypes of the XPointer
package.
Table 9-1 Summary of Datatypes; XPointer Package
Datatype | Description |
---|---|
|
Defines XPath compiler identifiers. |
|
Defines XPointer processor identifiers. |
|
Defines location types for XPointer. |
XPointer related exception codes.
Definition
typedef enum XPathCompIdType { XvmXPathCompCXml = 1 } XPathCompIdType;
Defines XPointer processor identifiers.
Definition
typedef enum XppPrIdType { XPtrPrCXml = 1} XppPrIdType;
Defines location types for XPointer.
Definition
typedef enum XppLocType { XPPLOC_TYPE_UNKNOWN = 0, XPPLOC_TYPE_NODE = 1, XPPLOC_TYPE_POINT = 2, XPPLOC_TYPE_RANGE = 3, XPPLOC_TYPE_BOOL = 4, XPPLOC_TYPE_NUM = 5, XPPLOC_TYPE_STR = 6 } XppLocType;