class AuthorNode: public Node

This class represents an author-node

Inheritance:

AuthorNode - Node


Public Methods

[more] AuthorNode(xmlNodePtr node)
The constructor initializes the author-node
[more] ~AuthorNode()
Destructor
[more]void writeHTML(int parameter = 0) const
This method writes the node to the global output filestream Output_
[more]void writeLaTeX() const
This method writes the node to the global output filestream Output_
[more]void writeXML() const
This method writes the node to the global output filestream Output_

Private Fields

[more]char* name_
The name of the author
[more]char* email_
The e-mail address of the author


Inherited from Node:

Public Methods

oint getLength() const

Protected Fields

o child_nodes_


Documentation

This class represents an author-node.
o AuthorNode(xmlNodePtr node)
The constructor initializes the author-node.

Parameters:
node - The XML-node, which represents the author-node.

o ~AuthorNode()
Destructor.

ovoid 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

ovoid writeLaTeX() const
This method writes the node to the global output filestream Output_. The format of the output must be LaTeX.

ovoid writeXML() const
This method writes the node to the global output filestream Output_. The format of the output must be XML.

ochar* name_
The name of the author.

ochar* email_
The e-mail address of the author.


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.