Method: IsoDoc::WordFunction::Body#info
- Defined in:
- lib/isodoc/word_function/body.rb
#info(xml, out) ⇒ Object
146 147 148 149 150 151 152 153 154 |
# File 'lib/isodoc/word_function/body.rb', line 146 def info(xml, out) @tocfigurestitle = xml.at(ns("//metanorma-extension/toc[@type = 'figure']/title"))&.text @toctablestitle = xml.at(ns("//metanorma-extension/toc[@type = 'table']/title"))&.text @tocrecommendationstitle = xml .at(ns("//metanorma-extension/toc[@type = 'recommendation']/title"))&.text super end |