Uses of Interface
us.codecraft.webmagic.selector.Selectable
Packages that use Selectable
Package
Description
Main class "Spider" and models.
Selectors for page extraction.
-
Uses of Selectable in us.codecraft.webmagic
Methods in us.codecraft.webmagic that return SelectableMethods in us.codecraft.webmagic with parameters of type Selectable -
Uses of Selectable in us.codecraft.webmagic.selector
Classes in us.codecraft.webmagic.selector that implement SelectableModifier and TypeClassDescriptionclass
class
Selectable html.class
class
parse jsonclass
Selectable plain text.
Can not be selected by XPath or CSS Selector.Methods in us.codecraft.webmagic.selector that return SelectableModifier and TypeMethodDescriptionselect list with css selectorselect list with css selectorselect list with css selectorselect list with css selectorextract by JSON Path expressionHtmlNode.links()
PlainText.links()
Selectable.links()
select all linksselect list with regex, default group is group 1select list with regexreplace with regexprotected Selectable
extract by custom selectorprotected Selectable
HtmlNode.selectElements
(BaseElementSelector elementSelector) select elementsAbstractSelectable.selectList
(Selector selector) protected Selectable
AbstractSelectable.selectList
(Selector selector, List<String> strings) HtmlNode.selectList
(Selector selector) Selectable.selectList
(Selector selector) extract by custom selectorHtmlNode.smartContent()
select list with xpathMethods in us.codecraft.webmagic.selector that return types with arguments of type Selectable