ReplaceTagItem(3)
| ReplaceTagItem(3) | Library Functions Manual | ReplaceTagItem(3) |
NAME
ReplaceTagItem - The ReplaceTagItem class.
SYNOPSIS
#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 XMLElement::element_name). std::string
begin_replacement
Replacement for start tag element. std::string end_replacement
Replacement for end tag element. bool replace = true
Detailed Description
The ReplaceTagItem class.
Auxiliary class for FormatAnnotation (see FormatAnnotation::setTagReplacementTable()).
Member Data Documentation
bool ReplaceTagItem::replace = true
If set to false, XML element will be copied to result 'as is' without replacement.
Author
Generated automatically by Doxygen for MLBookProc from the source code.
| Version 2.1 | MLBookProc |
