struct DOM::NodeType::Element

Defined in:

jet/dom.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag_name : String, attributes : Hash(String, String)) #

[View source]

Instance Method Detail

def attributes : Hash(String, String) #

[View source]
def attributes=(attributes : Hash(String, String)) #

[View source]
def tag_name : String #

[View source]
def tag_name=(tag_name : String) #

[View source]