-
Notifications
You must be signed in to change notification settings - Fork 1
ListSelectorAttribute
jasniec edited this page Nov 1, 2019
·
1 revision
ListSelectorAttribute is used in parsing lists (in main class: WebContentParser.ParseList)
Constructor attributes:
-
stringselector - css selector to list holder
Optional properties:
-
stringChildSelector - root node is element found byselector. If you don't want to consider every children as parse element, setChildSelectorto point at only these children which you want to parse.