Class RDoc::Generator::XML
In: lib/rdoc/generator/xml.rb
Parent: RDoc::Generator::HTML

Generate XML output as one big file

Methods

Classes and Modules

Module RDoc::Generator::XML::RDF
Module RDoc::Generator::XML::XML

Public Class methods

Standard generator factory

Public Instance methods

Generate:

  • a list of HtmlFile objects for each TopLevel object.
  • a list of HtmlClass objects for each first level class or module in the TopLevel objects
  • a complete list of all hyperlinkable terms (file, class, module, and method names)

Build the initial indices and output objects based on an array of TopLevel objects containing the extracted information.

Generate all the HTML. For the one-file case, we generate all the information in to one big hash

[Validate]

ruby-doc.org is a community service provided by James Britt and Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.