MCPcopy Create free account
hub / github.com/code4craft/jsoup-learning / siblingNodes

Method siblingNodes

src/main/java/org/jsoup/nodes/Node.java:464–474  ·  view source on GitHub ↗

Retrieves this node's sibling nodes. Similar to #childNodes() node.parent.childNodes(), but does not include this node (a node is not a sibling of itself). @return node siblings. If the node has no parent, returns an empty list.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 2

sizeMethod · 0.45
addMethod · 0.45