public class NodeAdaptors extends Object
| 构造器和说明 |
|---|
NodeAdaptors() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Attr |
getAttr(org.jsoup.nodes.Attribute attr,
org.jsoup.nodes.Element element) |
static List<Attr> |
getAttributes(org.jsoup.nodes.Attributes attrs,
org.jsoup.nodes.Element element) |
static Document |
getDocument(org.jsoup.nodes.Document document) |
static Element |
getElement(org.jsoup.nodes.Element element) |
static NamedNodeMap |
getNamedNodeMap(List<? extends Node> nodeList) |
static Node |
getNode(org.jsoup.nodes.Node node) |
static NodeList |
getNodeList(org.jsoup.select.Elements elements) |
static NodeList |
getNodeList(List<org.jsoup.nodes.Node> elements) |
public static Node getNode(org.jsoup.nodes.Node node)
public static Element getElement(org.jsoup.nodes.Element element)
public static Document getDocument(org.jsoup.nodes.Document document)
public static NodeList getNodeList(org.jsoup.select.Elements elements)
public static Attr getAttr(org.jsoup.nodes.Attribute attr, org.jsoup.nodes.Element element)
public static NamedNodeMap getNamedNodeMap(List<? extends Node> nodeList)
Copyright © 2016. All rights reserved.