Tag parsers

Back to Implementation

Tag parsers are responsible for extracting the tag information from documents. Each document type has its own associated tag parser. Parsing the tags is quite trivial, and mostly consists of regular expression searches.

Files

Empty_TagParser class

Empty_TagParser.py

Generic_TagParser class

Generic_TagParser.py

Markdown_TagParser class

Markdown_TagParser.py

Remark.TagParsers package initialization

init.py