class LaTeXNode: public Node

This class represents a LaTeX-node

Inheritance:

LaTeXNode - Node


Public Methods

[more] LaTeXNode(xmlNodePtr node)
The constructor initializes the LaTeX-node
[more] ~LaTeXNode()
Destructor
[more]void writeHTML(int parameter = 0) const
This method does nothing, because the LaTeX-node doesn't need to be written as HTML
[more]void writeLaTeX() const
This method does nothing, because the LaTeX-node doesn't need to be written as LaTeX
[more]void writeXML() const
This method writes the node to the global output filestream Output_


Inherited from Node:

Public Methods

oint getLength() const

Protected Fields

o child_nodes_


Documentation

This class represents a LaTeX-node.
o LaTeXNode(xmlNodePtr node)
The constructor initializes the LaTeX-node.

o ~LaTeXNode()
Destructor

ovoid writeHTML(int parameter = 0) const
This method does nothing, because the LaTeX-node doesn't need to be written as HTML.

Parameters:
parameter - A dummy-parameter.

ovoid writeLaTeX() const
This method does nothing, because the LaTeX-node doesn't need to be written as LaTeX.

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


This class has no child classes.

Alphabetic index Hierarchy of classes



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