public abstract class CssSelectorMapper extends Object implements JSoupMapper
Modifier and Type | Class and Description |
---|---|
static interface |
CssSelectorMapper.Selector |
Modifier and Type | Field and Description |
---|---|
protected CssSelectorMapper.Selector |
selector |
Constructor and Description |
---|
CssSelectorMapper(CssSelectorMapper.Selector selector) |
CssSelectorMapper(String cssSelector) |
Modifier and Type | Method and Description |
---|---|
org.jsoup.select.Elements |
select(org.jsoup.nodes.Element htmlDoc) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
map
protected final CssSelectorMapper.Selector selector
public CssSelectorMapper(String cssSelector)
public CssSelectorMapper(CssSelectorMapper.Selector selector)
public org.jsoup.select.Elements select(org.jsoup.nodes.Element htmlDoc)
select
in interface JSoupMapper
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.