class HTMLNode: public Node

This class represents a HTML-node

Inheritance:

HTMLNode - Node


Public Methods

[more] HTMLNode(xmlNodePtr node)
The constructor initializes the HTML-node
[more] ~HTMLNode()
Destructor
[more]void writeHTML(int parameter = 0) const
This method does nothing, because the HTML-node doesn't need to be written as HTML
[more]void writeLaTeX() const
This method does nothing, because the HTML-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 HTML-node.
o HTMLNode(xmlNodePtr node)
The constructor initializes the HTML-node.

o ~HTMLNode()
Destructor

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

Parameters:
parameter - A dummy-parameter.

ovoid writeLaTeX() const
This method does nothing, because the HTML-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++.