Method: IsoDoc::PresentationXMLConvert#figure_label?
- Defined in:
- lib/isodoc/presentation_function/image.rb
#figure_label?(elem) ⇒ Boolean
94 95 96 97 |
# File 'lib/isodoc/presentation_function/image.rb', line 94 def figure_label?(elem) elem.at(ns("./figure")) && !elem.at(ns("./name")) and return false true end |