Method: IsoDoc::PresentationXMLConvert#anchor_value

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

#anchor_value(id) ⇒ Object



28
29
30
31
# File 'lib/isodoc/presentation_function/xrefs.rb', line 28

def anchor_value(id)
  @xrefs.anchor(id, :bare_xref) || @xrefs.anchor(id, :label) ||
    @xrefs.anchor(id, :value) || @xrefs.anchor(id, :xref)
end