Method: IsoDoc::PresentationXMLConvert#amend

Defined in:
lib/isodoc/presentation_function/block.rb

#amend(docxml) ⇒ Object



140
141
142
# File 'lib/isodoc/presentation_function/block.rb', line 140

def amend(docxml)
  docxml.xpath(ns("//amend")).each { |f| amend1(f) }
end