This class represents an author-node
This class represents an author-node.
~AuthorNode() Destructor. void writeHTML(int parameter = 0) const This method writes the node to the global output filestream Output_. The format of the output must be HTML. An integer-parameter has to be given because of the derivation, but it won't be used in this class. Parameters:parameter - A dummy-parameter void writeLaTeX() const This method writes the node to the global output filestream Output_. The format of the output must be LaTeX. void writeXML() const This method writes the node to the global output filestream Output_. The format of the output must be XML. char* name_ The name of the author. char* email_ The e-mail address of the author.
void writeHTML(int parameter = 0) const This method writes the node to the global output filestream Output_. The format of the output must be HTML. An integer-parameter has to be given because of the derivation, but it won't be used in this class. Parameters:parameter - A dummy-parameter void writeLaTeX() const This method writes the node to the global output filestream Output_. The format of the output must be LaTeX. void writeXML() const This method writes the node to the global output filestream Output_. The format of the output must be XML. char* name_ The name of the author. char* email_ The e-mail address of the author.
void writeLaTeX() const This method writes the node to the global output filestream Output_. The format of the output must be LaTeX. void writeXML() const This method writes the node to the global output filestream Output_. The format of the output must be XML. char* name_ The name of the author. char* email_ The e-mail address of the author.
void writeXML() const This method writes the node to the global output filestream Output_. The format of the output must be XML. char* name_ The name of the author. char* email_ The e-mail address of the author.
char* name_ The name of the author. char* email_ The e-mail address of the author.
char* email_ The e-mail address of the author.
Alphabetic index Hierarchy of classes