Class: Epuber::Compiler::NcxGenerator
- 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
Instance Method Summary collapse
Methods inherited from Generator
Constructor Details
This class inherits a constructor from Epuber::Compiler::Generator
Instance Method Details
#generate ⇒ Object
12 13 14 15 16 |
# File 'lib/epuber/compiler/ncx_generator.rb', line 12 def generate generate_xml do _generate_ncx_content end end |