struct Myhtml::Parser
- Myhtml::Parser
- Struct
- Value
- Object
Defined in:
myhtml/parser.crConstructors
- .new(tree_options : Lib::MyhtmlTreeParseFlags | Nil = nil)
- .new(page : String, tree_options : Lib::MyhtmlTreeParseFlags | Nil = nil)
Instance Method Summary
- #body(*args, **options)
- #body(*args, **options, &)
- #body!(*args, **options)
- #body!(*args, **options, &)
-
#free
Dangerous, free object
- #head(*args, **options)
- #head(*args, **options, &)
- #head!(*args, **options)
- #head!(*args, **options, &)
- #html(*args, **options)
- #html(*args, **options, &)
- #html!(*args, **options)
- #html!(*args, **options, &)
- #nodes(tag_id : Myhtml::Lib::MyhtmlTags)
- #nodes(tag_sym : Symbol)
- #nodes(tag_str : String)
- #parse(string, encoding = Lib::MyhtmlEncodingList::MyHTML_ENCODING_UTF_8)
- #root(*args, **options)
- #root(*args, **options, &)
- #root!(*args, **options)
- #root!(*args, **options, &)
- #tree : Myhtml::Tree