Method: IsoDoc::WordFunction::Body#table_parse_core

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

#table_parse_core(node, out) ⇒ Object



107
108
109
110
111
112
# File 'lib/isodoc/word_function/table.rb', line 107

def table_parse_core(node, out)
  colgroup(node, out)
  thead_parse(node, out)
  tbody_parse(node, out)
  tfoot_parse(node, out)
end