Method: IsoDoc::PresentationXMLConvert#eref_locality_stack1
- Defined in:
- lib/isodoc/presentation_function/erefs.rb
#eref_locality_stack1(ref, target, node, ret) ⇒ Object
125 126 127 128 129 130 131 132 |
# File 'lib/isodoc/presentation_function/erefs.rb', line 125 def eref_locality_stack1(ref, target, node, ret) ref.elements.each_with_index do |rr, j| l = eref_localities0(rr, j, target, node) or next ret << l ret << locality_delimiter(rr) unless j == ref.elements.size - 1 end ret end |