#include <text.hh>
Inheritance diagram for mpcl::text::html::TText:
Public Methods | |
TText (const char *pkcTEXT, size_t zSIZE=0, const char *pkcALIGN="left", const char *pkcCOLOR="") | |
Builds a new instance. | |
TText (const char *pkcIDENTIFIER, const char *pkcTEXT, size_t zSIZE=0, const char *pkcALIGN="left", const char *pkcCOLOR="") | |
Builds a new assignable instance. | |
void | reset (void) |
Clears attribute "value". | |
Protected Methods | |
void | writeUsing (std::basic_ostream< char > &rtTARGET_OSTREAM, const TString &rkySOURCE_QUALIFIED_IDENTIFIER) const |
Definition at line 62 of file text.hh.
|
Writes on rtTARGET_OSTREAM this i nstance, using the identifier rkyQUALIFIED_IDENTIFIER plus qualified identifier.
Reimplemented from mpcl::text::html::TTag. Definition at line 71 of file text.cc. References mpcl::text::html::TTag::attribute(), mpcl::text::html::TTag::gIsQualified, mpcl::text::html::TTag::isVisible(), mpcl::text::html::kcIdentifierSeparator, mpcl::text::html::TTag::qualifiedIdentifier(), mpcl::text::html::TTag::tAttributeMap, mpcl::text::TString, and mpcl::util::collection::TStringToStringMap. |