Main Page   Class Hierarchy   Compound List   File List   Compound Members  

SpecialTag Class Reference

A special XML tag. More...

#include <SpecialTag.h>

Inheritance diagram for SpecialTag:

Inheritance graph
[legend]
Collaboration diagram for SpecialTag:

Collaboration graph
[legend]
List of all members.

Public Methods

 SpecialTag (const string &name="SpecialTag", const StringMap &attributes=StringMap())
 constructor. More...

virtual string ToString () const
 convert to a string. More...

virtual string GetData () const
 get the NAME in <!NAME>.

virtual void SetData (const string &newData)
 set the NAME in <!NAME>.


Protected Methods

void Init (const string &name, const StringMap &attributes)
 Initialize with a name and attributes.


Detailed Description

A special XML tag.

An abstraction of any <!NAME > type tag


Constructor & Destructor Documentation

SpecialTag::SpecialTag ( const string & name = "SpecialTag",
const StringMap & attributes = StringMap() )
 

constructor.

create a new Special tag


Member Function Documentation

string SpecialTag::ToString ( ) const [virtual]
 

convert to a string.

from the Writeable interface

Reimplemented from EmptyTag.


The documentation for this class was generated from the following file:
Generated at Wed May 2 00:21:07 2001 for libXMLement by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001