class Crystagiri::Tag

Defined in:

crystagiri/tag.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(node : XML::Node) #

[View source]

Instance Method Detail

def children : Array(Tag) #

[View source]
def classname : String? #

[View source]
def content : String #

[View source]
def has_class?(klass : String) : Bool #

[View source]
def node : XML::Node #

[View source]
def parent : Tag? #

[View source]
def tagname : String #

[View source]