Class: IsoDoc::Vsd::HtmlConvert

Inherits:
Generic::HtmlConvert
  • Object
show all
Defined in:
lib/isodoc/vsd/html_convert.rb

Overview

A Converter implementation that generates HTML output, and a document schema encapsulation of the document for validation

Instance Method Summary collapse

Instance Method Details

#configurationObject



11
12
13
# File 'lib/isodoc/vsd/html_convert.rb', line 11

def configuration
  Metanorma::Vsd.configuration
end

#metadata_init(lang, script, labels) ⇒ Object



15
16
17
# File 'lib/isodoc/vsd/html_convert.rb', line 15

def (lang, script, labels)
  @meta = Metadata.new(lang, script, labels)
end