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

#find, #initialize, #inspect, #next_node, #source_code, #successor, #text

Constructor Details

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