class ANode: public InlineNode

This class represents an A-node

Inheritance:

ANode - InlineNode - Node


Public Methods

[more] ANode(xmlNodePtr node)
The constructor initializes the A-node
[more] ~ANode()
Destructor

Private Fields

[more]char* href_
This member-variable contains the target-URL given in the href-property


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 A-node. Note, that this class is to be considered as replacement for the URL-node.
o ANode(xmlNodePtr node)
The constructor initializes the A-node.

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

o ~ANode()
Destructor.

ochar* href_
This member-variable contains the target-URL given in the href-property.


This class has no child classes.

Alphabetic index Hierarchy of classes



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