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