init method

dynamic init()

Implementation

init() {
  _addParsers();
  _parseLinks();
  _filterLinks();
}