class Asciidoctor::VG::Converter
A {Converter} implementation that generates RSD output, and a document schema encapsulation of the document for validation
Public Instance Methods
configuration()
click to toggle source
# File lib/asciidoctor/vg/converter.rb, line 12 def configuration Metanorma::VG.configuration end
doc_converter(node)
click to toggle source
# File lib/asciidoctor/vg/converter.rb, line 24 def doc_converter(node) IsoDoc::VG::WordConvert.new(doc_extract_attributes(node)) end
html_converter(node)
click to toggle source
# File lib/asciidoctor/vg/converter.rb, line 16 def html_converter(node) IsoDoc::VG::HtmlConvert.new(html_extract_attributes(node)) end
presentation_xml_converter(node)
click to toggle source
# File lib/asciidoctor/vg/converter.rb, line 20 def presentation_xml_converter(node) IsoDoc::VG::PresentationXMLConvert.new(html_extract_attributes(node)) end