module Lexbor::Utils::HtmlEntities

Defined in:

lexbor/utils/html_entities.cr

Constant Summary

HTML_ENTITIES_NODE = begin doc = Lexbor::Parser.new("<div>a</div>") (doc.nodes(:div)).first.child! end

!this object never freed!

Class Method Summary

Class Method Detail

def self.decode(str : String) #

[View source]
def self.decode(bytes : Bytes) #

[View source]