Method: IsoDoc::XrefGen::Blocks#amend_autonums

Defined in:
lib/isodoc/xref/xref_gen.rb

#amend_autonums(amend) ⇒ Object



23
24
25
26
27
28
29
# File 'lib/isodoc/xref/xref_gen.rb', line 23

def amend_autonums(amend)
  autonum = {}
  amend.xpath(ns("./autonumber")).each do |n|
    autonum[n["type"]] = n.text
  end
  autonum
end