Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

mpcl::text::html::TAnchor Class Reference

#include <anchor.hh>

Inheritance diagram for mpcl::text::html::TAnchor:

mpcl::text::html::TContainer mpcl::text::html::TTag List of all members.

Public Methods

 TAnchor (const char *pkcHREF, const char *pkcNAME, const char *pkcTITLE, const char *pkcTARGET="")
 TAnchor (const char *pkcHREF, const char *pkcNAME, const char *pkcTITLE, const QTTag &rkqtTAG, const char *pkcTARGET="")
 TAnchor (const char *pkcHREF, const char *pkcNAME, const char *pkcTITLE, const QTTag &rkqtTAG, const TStringToStringMap &rktSTRING_TO_STRING_MAP, const char *pkcTARGET="")

Detailed Description

HTML anchor.

Attributes added:

"href" ::= A.HREF. "name" ::= A.NAME. "title" ::= A.TITLE.

Definition at line 67 of file anchor.hh.


Constructor & Destructor Documentation

mpcl::text::html::TAnchor::TAnchor const char *    pkcHREF,
const char *    pkcNAME,
const char *    pkcTITLE,
const char *    pkcTARGET = ""
[inline]
 

Builds a new instance.

Parameters:
pkcHREF  HREF field.
pkcNAME  NAME field.
pkcTITLE  TITLE field.
pkcTARGET  TARGET field.

Definition at line 83 of file anchor.hh.

References mpcl::text::html::TTag::gIsQualified, and mpcl::text::html::TTag::tAttributeMap.

mpcl::text::html::TAnchor::TAnchor const char *    pkcHREF,
const char *    pkcNAME,
const char *    pkcTITLE,
const QTTag   rkqtTAG,
const char *    pkcTARGET = ""
[inline]
 

Builds a new instance.

Parameters:
pkcHREF  HREF field.
pkcNAME  NAME field.
pkcTITLE  TITLE field.
rkqtTAG  Tag to embed in.
pkcTARGET  TARGET field.

Definition at line 105 of file anchor.hh.

References mpcl::text::html::TTag::gIsQualified, mpcl::text::html::TContainer::insert(), mpcl::text::html::QTTag, and mpcl::text::html::TTag::tAttributeMap.

mpcl::text::html::TAnchor::TAnchor const char *    pkcHREF,
const char *    pkcNAME,
const char *    pkcTITLE,
const QTTag   rkqtTAG,
const TStringToStringMap &    rktSTRING_TO_STRING_MAP,
const char *    pkcTARGET = ""
[inline]
 

Builds a new instance.

Parameters:
pkcHREF  HREF field.
pkcNAME  NAME field.
pkcTITLE  TITLE field.
rkqtTAG  Tag to embed in.
rktSTRING_TO_STRING_MAP  Map with parameters.
pkcTARGET  TARGET field.

Definition at line 130 of file anchor.hh.

References mpcl::text::html::TTag::gIsQualified, mpcl::text::html::TContainer::insert(), mpcl::text::html::QTTag, mpcl::text::html::TTag::tAttributeMap, and mpcl::util::collection::TStringToStringMap.


The documentation for this class was generated from the following file:
Generated on Mon Oct 13 02:35:26 2003 for MPCL by doxygen1.2.18