Class: Epuber::Compiler::NcxGenerator

Inherits:
Generator
  • Object
show all
Defined in:
lib/epuber/compiler/ncx_generator.rb

Constant Summary collapse

NCX_NAMESPACES =
{
  'xmlns' => 'http://www.daisy.org/z3986/2005/ncx/',
}.freeze

Instance Attribute Summary

Attributes inherited from Generator

#compilation_context

Instance Method Summary collapse

Methods inherited from Generator

#initialize

Constructor Details

This class inherits a constructor from Epuber::Compiler::Generator

Instance Method Details

#generateObject



12
13
14
15
16
# File 'lib/epuber/compiler/ncx_generator.rb', line 12

def generate
  generate_xml do
    _generate_ncx_content
  end
end