Method: IsoDoc::Function::Cleanup#cleanup

Defined in:
lib/isodoc/function/cleanup.rb

#cleanup(docxml) ⇒ Object



24
25
26
27
28
29
30
31
32
33
34
# File 'lib/isodoc/function/cleanup.rb', line 24

def cleanup(docxml)
  @i18n ||= i18n_init(@lang, @script)
  comment_cleanup(docxml)
  footnote_cleanup(docxml)
  inline_header_cleanup(docxml)
  figure_cleanup(docxml)
  table_cleanup(docxml)
  symbols_cleanup(docxml)
  example_cleanup(docxml)
  admonition_cleanup(docxml)
end