Method: IsoDoc::PresentationXMLConvert#xref1
- Defined in:
- lib/isodoc/presentation_function/inline.rb
#xref1(node) ⇒ Object
86 87 88 89 |
# File 'lib/isodoc/presentation_function/inline.rb', line 86 def xref1(node) sem_xml_descendant?(node) and return get_linkend(node) end |