Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
View PDF |
Table 3-2 summarizes the methods available through the IO interface
Table 3-2 Summary of IO Package Interfaces
Function | Summary |
---|---|
|
Get the base URI. |
|
Get the input source type. |
|
Set the base URI. |
Gets the base URI. It is used by some input sources such as File and URI.
Syntax
oratext* getBaseURI() { return baseURI; }
Returns
(oratext*)
base URI
Gets the input source type.
Syntax
InputSourceType getISrcType() const { return isrctype; }
Returns
(InputSourceType)
input source type
Sets the base URI. It is used by some input sources such as File and URI.
Syntax
void setBaseURI( oratext* base_URI) baseURI = base_URI; }