class CodeNode: public EnvironmentNode

This class represents a code-node

Inheritance:

CodeNode - EnvironmentNode - Node


Public Methods

[more] CodeNode(xmlNodePtr node, int with_margin = 1)
The constructor initializes the code-node
[more] ~CodeNode()
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_
[more]int isHTMLStepped() const
This method signals, if the HTML-output of the code-environment should be stepped
[more]int getNumberOfHTMLSteps() const
This method returns the number of steps of the HTML-output

Private Fields

[more]int with_margin_
1, if the HTML-output should have a margin, else 0


Inherited from EnvironmentNode:

Protected Fields

oint number_of_html_steps_


Inherited from Node:

Public Methods

oint getLength() const

Protected Fields

o child_nodes_


Documentation

This class represents a code-node.
o CodeNode(xmlNodePtr node, int with_margin = 1)
The constructor initializes the code-node.

Parameters:
node - The XML-node, which represents the code-node.
with_margin - indicates, if the HTML-output should have a margin.

o ~CodeNode()
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.

oint isHTMLStepped() const
This method signals, if the HTML-output of the code-environment should be stepped.

Returns:
Always 0.
See Also:
getNumberOfHTMLSteps

oint getNumberOfHTMLSteps() const
This method returns the number of steps of the HTML-output.

Returns:
Always 0.

oint with_margin_
1, if the HTML-output should have a margin, else 0.


This class has no child classes.

Alphabetic index Hierarchy of classes



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