#include <ConcIndexator.h>
CHighlightTags::CHighlightTags | ( | ) |
References m_bWasReadFromString.
bool CHighlightTags::ReadFromString | ( | const string & | s | ) |
References m_bWasReadFromString, m_FirstCloser, m_FirstOpener, m_RestCloser, m_RestOpener, Trim(), and StringTokenizer::val().
Referenced by CConcIndexator::LoadOptionsFromString().
string CHighlightTags::ToString | ( | ) | const |
References Format(), m_FirstCloser, m_FirstOpener, m_RestCloser, and m_RestOpener.
Referenced by CConcIndexator::SaveOptionsToString().
true, if members were initialized from string (via CHighlightTags::ReadFromString)
Referenced by CHighlightTags(), ReadFromString(), and CConcIndexator::SaveOptionsToString().
the start tag which should highlight the first found occurrence in a hit
Referenced by BuildHtmlHitStrWithHighlighting(), CConcIndexator::InitDefaultOptions(), ReadFromString(), and ToString().
the end tag which should highlight the first found occurrence in a hit
Referenced by BuildHtmlHitStrWithHighlighting(), CConcIndexator::InitDefaultOptions(), ReadFromString(), and ToString().
string CHighlightTags::m_RestOpener |
the start tag which should highlight the next found occurrences in a hit (except the first occurrence)
Referenced by BuildHtmlHitStrWithHighlighting(), CConcIndexator::InitDefaultOptions(), ReadFromString(), and ToString().
string CHighlightTags::m_RestCloser |
the end tag which should highlight the next found occurrences in a hit (except the first occurrence)
Referenced by BuildHtmlHitStrWithHighlighting(), CConcIndexator::InitDefaultOptions(), ReadFromString(), and ToString().