public class NodeAdaptors extends Object
| Constructor and Description |
|---|
NodeAdaptors() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2023. All rights reserved.