|
|
The symbol final node structure.
This class provides a specialization of OmFinalNode to implement the Symbol node construction. This corresponds to a couple of two attributes, the name of the content dictionary the symbol is coming from, and the name of the symbol. This is encoded as <OMS cd="representation" name="representation"/> The list of children must always be empty.
explicit OmSymbolNode (const char * cd_in="", const char * name_in="") |
Constructor (can be used as default).
const char * getCD () |
Get the cd.
void setCD (const char * cd_in) |
Set the cd.
const char * getName () |
Get the name.
void setName (const char * name_in) |
Set the name.
OmSymbolNode (const OmSymbolNode & other_in) |
Copy constructor.
~OmSymbolNode () |
Destructor.
OmType typeImp () |
Implement access to the concrete type.
OmNode * cloneImp () |
Implement the deep cloning.
void writeImp (OmOutputDevice & output_in) |
Implement the writing to an output device.
void readImp (OmInputDevice & input_in) |
Implement the reading from an input device.
Generated by: root@localhost.localdomain on Tue Oct 12 21:02:30 199. |