Searched refs:_Parser (Results 1 – 1 of 1) sorted by relevance
40 var $_Parser = null; variable in texitrender_plugin_texit166 if (is_null($this->_Parser)) {167 $this->_Parser = & new Doku_Parser();174 $this->_Parser->Handler = new Doku_Handler();175 if (count($this->_Parser->modes) == 0) {177 $this->_Parser->addMode($mode['mode'],$mode['obj']);180 $p = $this->_Parser->parse($text);