class BoldNode: public InlineNode

This class represents a bold-node

Inheritance:

BoldNode - InlineNode - Node


Public Methods

[more] BoldNode(xmlNodePtr node)
The constructor initializes the bold-node
[more] ~BoldNode()
Destructor


Inherited from InlineNode:

Public Methods

ovoid read(xmlNodePtr node)
ovoid writeHTML(int parameter = 0) const
ovoid writeLaTeX() const
ovoid writeXML() const

Protected Fields

ostring html_open_
ostring html_close_
ostring latex_open_
ostring latex_close_
ostring xml_open_
ostring xml_close_


Inherited from Node:

Public Methods

oint getLength() const

Protected Fields

o child_nodes_


Documentation

This class represents a bold-node.
o BoldNode(xmlNodePtr node)
The constructor initializes the bold-node.

Parameters:
node - The XML-node, which represents the bold-node.

o ~BoldNode()
Destructor.


This class has no child classes.

Alphabetic index Hierarchy of classes



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