Method: IsoDoc::Function::Section#symbols_parse

Defined in:
lib/isodoc/function/section.rb

#symbols_parse(isoxml, out) ⇒ Object

subclause



84
85
86
87
88
89
# File 'lib/isodoc/function/section.rb', line 84

def symbols_parse(isoxml, out)
  isoxml.at(ns("./title")) or
    #isoxml.children.first.previous = "<title>#{@i18n.symbols}</title>"
    isoxml.add_first_child "<title>#{@i18n.symbols}</title>"
  clause_parse(isoxml, out)
end