#include <pattern_page.hh>
Inheritance diagram for mpcl::text::html::TPatternPage:
Public Methods | |
TPatternPage (const char *pkcIDENTIFIER) | |
Protected Methods | |
void | writeUsing (std::basic_ostream< char > &rtTARGET_OSTREAM, const TString &rkySOURCE_QUALIFIED_IDENTIFIER) const |
Definition at line 54 of file pattern_page.hh.
|
Builds a new instance. This instance is not completely built because it has not the file name of the pattern data to be loaded.
Definition at line 106 of file pattern_page.hh. References mpcl::text::html::TTag::tAttributeMap. |
|
Writes on rtTARGET_OSTREAM this i nstance, using the identifier rkyQUALIFIED_IDENTIFIER plus qualified identifier.
Reimplemented from mpcl::text::html::TContainer. Definition at line 92 of file pattern_page.cc. References mpcl::text::html::TTag::gForwardIdentifier, 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, mpcl::util::collection::TStringToStringMap, and mpcl::text::html::TContainer::tStringToTagMap. |