Method: IsoDoc::WordFunction::Body#info

Defined in:
lib/isodoc/word_function/body.rb

#info(xml, out) ⇒ Object



166
167
168
169
170
171
172
173
174
# File 'lib/isodoc/word_function/body.rb', line 166

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