class Pronto::Formatter::CheckstyleFormatter

def open_xml

def open_xml
  @document = REXML::Document.new.tap do |d|
    d << REXML::XMLDecl.new
  end
  @checkstyle = REXML::Element.new('checkstyle', @document)
end