class comment : public xobj

XSIL comment field.

Inheritance:


Public Methods

comment(void)
Default constructor.
comment(const char* Text)
Comment constructor.
~comment(void)
Destructor.
void Spew(Xwriter& xout) const
write Comment to an XML file.
xobj* Clone(void) const
Clone the comment object.
const char* getText(void) const
get the comment text.
const char* getObjType(void) const
Get the object type.
void setText(const char* Text)
Set the object text.

Inherited from xobj:

Public Methods

const char* getName(void) const
const char* getType(void) const
const std::string& refName(void) const
const std::string& refType(void) const
void setName(const char* Name)
void setType(const char* Type)

Documentation

XSIL comment field definition.
comment(void)
Default constructor.

comment(const char* Text)
Comment constructor.
Parameters:
Text - Comment text pointer.

~comment(void)
Destructor.

void Spew(Xwriter& xout) const
Write the Comment to an XNML file.
Parameters:
xout - XSIL writer to receive the comment definition.

xobj* Clone(void) const
Clone the comment object.
Returns:
Pointer to the cloned object.

const char* getText(void) const
get the comment text.
Returns:
Pointer to the comment text.

const char* getObjType(void) const
Get the object type.
Returns:
Pointer to the type string.

void setText(const char* Text)
Set the object text.
Parameters:
Text - Pointer to the text string.


This class has no child classes.
Author:
J. Zweizig
Version:
1.1; Modified December 13, 1999

alphabetic index hierarchy of classes


generated by doc++