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

Method splitText

src/main/java/org/jsoup/nodes/TextNode.java:78–90  ·  view source on GitHub ↗

Split this text node into two nodes at the specified string offset. After splitting, this node will contain the original text up to the offset, and will have a new text node sibling containing the text after the offset. @param offset string offset point to split node at. @return the newly created te

(int offset)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

testSplitTextMethod · 0.95
testSplitAnEmboldenMethod · 0.95

Calls 7

isTrueMethod · 0.95
getWholeTextMethod · 0.95
textMethod · 0.95
baseUriMethod · 0.80
addChildrenMethod · 0.80
siblingIndexMethod · 0.80
parentMethod · 0.45

Tested by 3

testSplitTextMethod · 0.76
testSplitAnEmboldenMethod · 0.76