public class Document extends Object
static Document
parse(String html)
Element
root()
Elements
select(String cssQuery)
selectFirst(String cssQuery)
selectLast(String cssQuery)
String
title()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Document parse(String html)
public Element root()
public String title()
public Element selectFirst(String cssQuery)
public Element selectLast(String cssQuery)
public Elements select(String cssQuery)
Copyright © 2021. All rights reserved.