Table 15-22 summarizes the methods of available through NotationRef
interface.
Table 15-22 Summary of NotationRef Methods; Dom Package
Function | Summary |
---|---|
NotationRef
|
Constructor. |
getPublicId
|
Get public ID. |
getSystemId
|
Get system ID. |
~NotationRef
|
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 |
(NotationRef)
Node
reference object
Get public id.
oratext* getPublicId() const;
(oratext*)
public ID
Get system id.
oratext* getSystemId() const;
(oratext*)
system ID
This is the default destructor.
~NotationRef();