|
MLBookProc 1.2.1
|
The ReplaceTagItem class. More...
#include <ReplaceTagItem.h>
Public Member Functions | |
| ReplaceTagItem () | |
| ReplaceTagItem constructor. | |
| ReplaceTagItem (const ReplaceTagItem &other) | |
| ReplaceTagItem copy constructor. | |
| ReplaceTagItem (ReplaceTagItem &&other) | |
| ReplaceTagItem move constructor. | |
| ReplaceTagItem & | operator= (const ReplaceTagItem &other) |
| operator = | |
| ReplaceTagItem & | operator= (ReplaceTagItem &&other) |
| operator = | |
Public Attributes | |
| std::string | tag_to_replace |
| Id of tag to be replaced (see XMLTag::tag_id). | |
| std::string | begin_replacement |
| Replacement for start tag element. | |
| std::string | end_replacement |
| Replacement for end tag element. | |
The ReplaceTagItem class.
Auxiliary class for FormatAnnotation (see FormatAnnotation::setTagReplacementTable()).