#include <table.hh>
Inheritance diagram for mpcl::text::html::TTable:
Public Methods | |
QTTag | findOrInsertTag (const TString &rkyIDENTIFIER) |
This container behaves as a normal container, so if you want to access a row, this row has to be identified by a canonical identifier across all rows.
Definition at line 65 of file table.hh.
|
Tries to find a row named rkyIDENTIFIER from the rows stored (if any) in this instance. If the tag is not found, then a new TTableRow (named as rkyIDENTIFIER) is inserted.
Reimplemented from mpcl::text::html::TContainer. Reimplemented in mpcl::text::html::TLayoutTable. Definition at line 60 of file table.cc. References mpcl::text::html::TContainer::findOrInsertTag(), mpcl::text::Format(), mpcl::text::html::TContainer::insert(), mpcl::text::html::TTag::isDynamiclyLoadable(), mpcl::text::html::kcIdentifierSeparator, mpcl::text::html::QTTag, mpcl::text::TString, and mpcl::text::html::TContainer::tStringToTagMap. |