class Tourmaline::HTMLParser

Defined in:

tourmaline/parsers/html.cr

Constructors

Instance Method Summary

Instance methods inherited from class Tourmaline::BaseParser

parse(text : String) : Tuple(String, Array(MessageEntity)) parse, unparse(text : String, entities : Array(MessageEntity)) : String unparse

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def parse(text str : String) : Tuple(String, Array(MessageEntity)) #

[View source]
def reset #

[View source]
def unparse(text : String, entities : Array(MessageEntity), _offset = 0, _length = nil) : String #

[View source]