public class JXDocument extends Object
| 构造器和说明 |
|---|
JXDocument(org.jsoup.nodes.Document doc) |
JXDocument(org.jsoup.select.Elements els) |
JXDocument(String html) |
public JXDocument(org.jsoup.nodes.Document doc)
public JXDocument(String html)
public JXDocument(org.jsoup.select.Elements els)
public List<Object> sel(String xpath) throws XpathSyntaxErrorException
public List<JXNode> selN(String xpath) throws XpathSyntaxErrorException
Copyright © 2016. All Rights Reserved.