Oracle® Database XML C++ API Reference 11g Release 1 (11.1) Part Number B28389-01 |
|
|
View PDF |
Table 2-22 summarizes the methods available through NotationRef
interface.
Table 2-22 Summary of NotationRef Methods; Dom Package
Function | Summary |
---|---|
|
Constructor. |
|
Get public ID. |
|
Get system ID. |
|
Public default destructor. |
Class constructor.
Syntax | Description |
---|---|
NotationRef( const NodeRef< Node>& node_ref, Node* nptr); |
Used to create references to a given notation node after a call to create Notation . |
NotationRef( const NotationRef< Node>& nref); |
Copy constructor. |
Parameter | Description |
---|---|
node_ref |
reference to provide the context |
nptr |
referenced node |
Returns
(NotationRef)
Node
reference object
Get public id.
Syntax
oratext* getPublicId() const;
Returns
(oratext*)
public ID
Get system id.
Syntax
oratext* getSystemId() const;
Returns
(oratext*)
system ID
This is the default destructor.
Syntax
~NotationRef();