MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / moveSelectionToEnd

Method moveSelectionToEnd

src/main/java/org/htmlunit/html/DomText.java:212–215  ·  view source on GitHub ↗

Moves the selection to the end.

()

Source from the content-addressed store, hash-verified

210 * Moves the selection to the end.
211 */
212 public void moveSelectionToEnd() {
213 initDoTypeProcessor();
214 selectionDelegate_.setSelectionStart(getData().length());
215 }
216
217 /**
218 * {@inheritDoc}

Callers 1

typeMethod · 0.95

Calls 4

initDoTypeProcessorMethod · 0.95
setSelectionStartMethod · 0.65
lengthMethod · 0.65
getDataMethod · 0.45

Tested by

no test coverage detected