Method: IsoDoc::PresentationXMLConvert#inline

Defined in:
lib/isodoc/presentation_xml_convert.rb

#inline(docxml) ⇒ Object



84
85
86
87
88
89
90
91
92
93
94
95
96
97
# File 'lib/isodoc/presentation_xml_convert.rb', line 84

def inline(docxml)
  xref docxml
  eref docxml # feeds docxml
  origin docxml # feeds docxml
  quotesource docxml # feeds docxml
  eref2link docxml
  mathml docxml
  ruby docxml
  variant docxml
  identifier docxml
  date docxml
  passthrough docxml
  inline_format docxml
end