An interface to a class that can provide custom markup tags.
- See also
- CYITextMarkupParser
#include <utility/YiCustomMarkupTagsProvider.h>
◆ ~CYICustomMarkupTagsProvider()
virtual CYICustomMarkupTagsProvider::~CYICustomMarkupTagsProvider |
( |
| ) |
|
|
inlinevirtual |
◆ GetTagsFor()
virtual const CYIString CYICustomMarkupTagsProvider::GetTagsFor |
( |
const CYIString & |
rName | ) |
const |
|
pure virtual |
Returns a set of tags (in a specific markup style) for a given name rName. The format of the returned tags is dependent on the specific provider implementation, and is typically matched to a specific markup parser implementation.
The documentation for this class was generated from the following file: