Skip Headers

Oracle® XML API Reference
10g Release 1 (10.1)
Part No. B10789-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous Next  

InputSource Interface

Table 16-2 summarizes the methods of available through the IO interface

Table 16-2 Summary of IO Package Interfaces

Function Summary
getBaseURI
Get the base URI.
setBaseURI
Set the base URI.


getBaseURI

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


getISrcType

Gets the input source type.


Syntax
InputSourceType getISrcType() const { return isrctype; }


Returns

(InputSourceType) input source type


setBaseURI

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; }