class OutputFilter

This class just contains some static methods to provide an output-interface for HTML and LaTeX

Public Methods

[more]void writeHTML(const char *text, int skip_first_newlines)
This method writes the given text to the global output filestream Output_
[more]void writeLaTeX(const char *text, int latex_encode)
This method writes the given text to the global output filestream Output_
[more]void writeXML(const char *text)
This method writes the given text to the global output filestream Output_


Documentation

This class just contains some static methods to provide an output-interface for HTML and LaTeX. These methods will also take care of necessary character-encodings.
ovoid writeHTML(const char *text, int skip_first_newlines)
This method writes the given text to the global output filestream Output_. The format of the output is HTML.

Parameters:
text - The text, which should be written.
skip_first_newlines - Indicates, if the first newlines in the text should be skipped.

ovoid writeLaTeX(const char *text, int latex_encode)
This method writes the given text to the global output filestream Output_. The format of the output is LaTeX.

Parameters:
text - The text, which should be written.
latex_encode - Indicates, if special characters should be encoded.

ovoid writeXML(const char *text)
This method writes the given text to the global output filestream Output_. The format of the output is XML.

Parameters:
text - The text, which should be written.


This class has no child classes.

Alphabetic index Hierarchy of classes



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