protected function doNoteStart()
 {
     parent::doNoteStart();
     $this->saveElement($this->titleElement, $this->out->xmlElement($this->paragraphElement, $this->_curNoteIndex));
 }
 protected function postNoteEnd()
 {
     $this->paragraphPrefix = $this->paragraphSuffix = '';
     parent::postNoteEnd();
 }