# File lib/rest_htmlprinter.rb, line 9
  def initialize
    super()
    @output_dir = "html"
    @xml_examples = Hash.new
    @xml_schemas = Hash.new
  end