Class: HamlLint::Tree::DoctypeNode
- 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, #keyword, #line_numbers, #lines, #next_node, #predecessor, #source_code, #subsequents, #successor, #text
Constructor Details
This class inherits a constructor from HamlLint::Tree::Node