#include <TagList.hpp>
Public Member Functions | |
| TagList () | |
| void | setFindParents (bool findParents) |
| void | clear () |
| void | addTag (const char *name, const char *conflation, int begin) |
| void | endTag (const char *name, const char *conflation, int end) |
| void | writeTagList (indri::utility::greedy_vector< TagExtent * > &tags) |
| void | writeMetadataList (indri::utility::greedy_vector< MetadataPair > &pairs, indri::utility::Buffer &buffer, const char *docText) |
Private Attributes | |
| indri::utility::greedy_vector< tag_entry > | _tags |
| int | _openList |
| bool | _findParents |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4