class ItemNode: public InlineNode

This class represents an item-node

Inheritance:

ItemNode - InlineNode - Node


Public Classes

[more] Item_Style
This enumeration defines the possible values, how the item should be printed

Public Methods

[more] ItemNode(xmlNodePtr node, int closing_p = 1)
The constructor initializes the item-node
[more] ~ItemNode()
Destructor
[more]void writeHTML(int style = NORMAL) const
This method writes the node to the global output filestream Output_

Private Fields

[more]int closing_p_
Indicates, if the HTML-output should have a closing </P> tag or not


Inherited from InlineNode:

Public Methods

ovoid read(xmlNodePtr node)
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 item-node.
o Item_Style
This enumeration defines the possible values, how the item should be printed.

o ItemNode(xmlNodePtr node, int closing_p = 1)
The constructor initializes the item-node.

Parameters:
node - The XML-node, which represents the item-node.
closing_p - Indicates, if the HTML-output should have a closing </P> tag.

o ~ItemNode()
Destructor.

ovoid writeHTML(int style = NORMAL) const
This method writes the node to the global output filestream Output_. The format of the output must be HTML.

Parameters:
style - How the item should be written (NORMAL or WEAK).

oint closing_p_
Indicates, if the HTML-output should have a closing </P> tag or not.


This class has no child classes.

Alphabetic index Hierarchy of classes



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