Skip Headers
Oracle® Database XML C++ API Reference
11g Release 2 (11.2)

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

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub
CPXML01400

3 Package IO APIs for C++

This chapter contains these sections:

See Also:

CPXML01405

IO Datatypes

Table 3-1 summarizes the datatypes of the IO package.

CPXML2719Table 3-1 Summary of Datatypes; IO Package

Datatype Description

InputSourceType

Defines input source types.


CPXML2720

InputSourceType

Defines input source types.

CPXML2721Definition

typedef enum InputSourceType {
   ISRC_URI = 1, 
   ISRC_FILE = 2, 
   ISRC_BUFFER = 3, 
   ISRC_DOM = 4, 
   ISRC_CSTREAM = 5 } 
InputSourceType;
CPXML01410

InputSource Interface

Table 3-2 summarizes the methods available through the IO interface

CPXML2722Table 3-2 Summary of IO Package Interfaces

Function Summary

getBaseURI()

Get the base URI.

getISrcType()

Get the input source type.

setBaseURI()

Set the base URI.


CPXML2723

getBaseURI()

Gets the base URI. It is used by some input sources such as File and URI.

CPXML2724Syntax

oratext* getBaseURI() { return baseURI; }

CPXML2725Returns

(oratext*) base URI

CPXML2726

getISrcType()

Gets the input source type.

CPXML2727Syntax

InputSourceType getISrcType() const { return isrctype; }

CPXML2728Returns

(InputSourceType) input source type

CPXML2729

setBaseURI()

Sets the base URI. It is used by some input sources such as File and URI.

CPXML2730Syntax

void setBaseURI( oratext* base_URI)  baseURI = base_URI; }
Reader Comment

   

Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.

Hide Navigation

Quick Lookup

Database Library · Master Index · Master Glossary · Book List · Data Dictionary · SQL Keywords · Initialization Parameters · Advanced Search · Error Messages

Main Categories

This Page

  • IO Datatypes
    • InputSourceType
  • InputSource Interface
    • getBaseURI()
    • getISrcType()
    • setBaseURI()

This Document

New and changed documents:
RSS Feed HTML RSS Feed PDF