MLBookProc 1.0.1
 
Loading...
Searching...
No Matches
ReplaceTagItem Class Reference

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.
 
ReplaceTagItemoperator= (const ReplaceTagItem &other)
 operator =
 
ReplaceTagItemoperator= (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.
 

Detailed Description