class EnvironmentNode: public Node

This base-class provides additional interface-methods for all environments

Inheritance:

EnvironmentNode - Node


Public Methods

[more] EnvironmentNode()
The constructor initializes the environment-node
[more]virtual ~EnvironmentNode()
Destructor
[more]int isHTMLStepped() const
This method signals, if the HTML-output of the environment should be stepped
[more]int getNumberOfHTMLSteps() const
This method returns the number of steps of the HTML-output

Protected Fields

[more]int number_of_html_steps_
The number of steps for the HTML-output


Inherited from Node:

Public Methods

ovoid writeHTML(int parameter = 0) const
ovoid writeLaTeX() const
ovoid writeXML() const
oint getLength() const

Protected Fields

o child_nodes_


Documentation

This base-class provides additional interface-methods for all environments.
o EnvironmentNode()
The constructor initializes the environment-node.

ovirtual ~EnvironmentNode()
Destructor.

oint isHTMLStepped() const
This method signals, if the HTML-output of the environment should be stepped. It must be overloaded by all derivated classes.

Returns:
1, if the HTML-output should be stepped, else 0.
See Also:
getNumberOfHTMLSteps

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

Returns:
The number of steps.

oint number_of_html_steps_
The number of steps for the HTML-output.


Direct child classes:
TitleNode
TextNode
ListNode
ImageNode
GridNode
CodeNode

Alphabetic index Hierarchy of classes



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