class Nokogiri::XML::DTD

def html_dtd?

def html_dtd?
  name.casecmp("html").zero?
end