Method: IsoDoc::PresentationXMLConvert#terms

Defined in:
lib/isodoc/presentation_xml_convert.rb

#terms(docxml) ⇒ Object



130
131
132
133
134
135
136
137
138
139
140
# File 'lib/isodoc/presentation_xml_convert.rb', line 130

def terms(docxml)
  termcontainers docxml
  termexample docxml
  termnote docxml
  termdefinition docxml
  designation docxml
  termsource docxml
  #concept docxml
  related docxml
  termcleanup docxml
end