class EmphNode: public InlineNode

This class represents an emph-node

Inheritance:

EmphNode - InlineNode - Node


Public Methods

[more] EmphNode(xmlNodePtr node)
The constructor initializes the emph-node
[more] ~EmphNode()
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 an emph-node.
o EmphNode(xmlNodePtr node)
The constructor initializes the emph-node.

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

o ~EmphNode()
Destructor.


This class has no child classes.

Alphabetic index Hierarchy of classes



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