Class: HamlLint::Tree::DoctypeNode

Inherits:
Node
  • Object
show all
Defined in:
lib/haml_lint/tree/doctype_node.rb

Overview

Represents a doctype definition for a HAML document.

Instance Attribute Summary

Attributes inherited from Node

#children, #line, #parent, #type

Method Summary

Methods inherited from Node

#comment_configuration, #directives, #disabled?, #each, #initialize, #inspect, #line_numbers, #lines, #next_node, #predecessor, #source_code, #subsequents, #successor, #text

Constructor Details

This class inherits a constructor from HamlLint::Tree::Node