mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
typo
This commit is contained in:
parent
e0b1bfb5ad
commit
34fb7909ec
@ -81,7 +81,7 @@ All tree elements provide, apart from `:select` and `()`, the following accessor
|
|||||||
- `.level` how deep the element is in the tree; root level is `0`
|
- `.level` how deep the element is in the tree; root level is `0`
|
||||||
- `.root` the root element of the tree; `root.root` is `root`
|
- `.root` the root element of the tree; `root.root` is `root`
|
||||||
- `.deepernodes` a [Set][1] containing all elements in the tree beneath this element, including this element's `.nodes`; `{}` if none
|
- `.deepernodes` a [Set][1] containing all elements in the tree beneath this element, including this element's `.nodes`; `{}` if none
|
||||||
- `.deeperelements` a table with a key for each distinct tagname in `.deepernodes`, containing a [Set][1] of all deeper element nodes with that name; `{}` in none
|
- `.deeperelements` a table with a key for each distinct tagname in `.deepernodes`, containing a [Set][1] of all deeper element nodes with that name; `{}` if none
|
||||||
- `.deeperattributes` as `.deeperelements`, but keyed on attribute name
|
- `.deeperattributes` as `.deeperelements`, but keyed on attribute name
|
||||||
- `.deeperids` as `.deeperelements`, but keyed on id value
|
- `.deeperids` as `.deeperelements`, but keyed on id value
|
||||||
- `.deeperclasses` as `.deeperelements`, but keyed on class name
|
- `.deeperclasses` as `.deeperelements`, but keyed on class name
|
||||||
|
Loading…
Reference in New Issue
Block a user