#include <anchor.hh>
Inheritance diagram for mpcl::text::html::TAnchor:
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="") |
Attributes added:
"href" ::= A.HREF. "name" ::= A.NAME. "title" ::= A.TITLE.
Definition at line 67 of file anchor.hh.
|
Builds a new instance.
Definition at line 83 of file anchor.hh. References mpcl::text::html::TTag::gIsQualified, and mpcl::text::html::TTag::tAttributeMap. |
|
Builds a new instance.
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. |
|
Builds a new instance.
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. |