Constructor and Description |
---|
JsoupUtil() |
Modifier and Type | Method and Description |
---|---|
static Iterable<org.jsoup.nodes.Element> |
childrenByTag(org.jsoup.nodes.Element element,
String tag) |
static org.jsoup.nodes.Element |
firstChildByTag(org.jsoup.nodes.Element element,
String tag) |
static org.jsoup.nodes.Element |
firstElement(org.jsoup.nodes.Element element,
String... tags) |
static org.jsoup.nodes.Element |
firstOrAppendElement(org.jsoup.nodes.Element element,
String... tags) |
static org.jsoup.nodes.Document |
getDocument(String url) |
static org.jsoup.nodes.Document |
getDocument(URL url) |
public JsoupUtil()
public static final org.jsoup.nodes.Document getDocument(String url) throws MalformedURLException, IOException
MalformedURLException
IOException
public static final org.jsoup.nodes.Document getDocument(URL url) throws IOException
IOException
public static final org.jsoup.nodes.Element firstElement(org.jsoup.nodes.Element element, String... tags)
public static final org.jsoup.nodes.Element firstOrAppendElement(org.jsoup.nodes.Element element, String... tags)
public static final Iterable<org.jsoup.nodes.Element> childrenByTag(org.jsoup.nodes.Element element, String tag)
public static final org.jsoup.nodes.Element firstChildByTag(org.jsoup.nodes.Element element, String tag)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.