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

Method initDoTypeProcessor

src/main/java/org/htmlunit/html/DomText.java:179–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 private void initDoTypeProcessor() {
180 if (selectionDelegate_ == null) {
181 selectionDelegate_ = new SimpleSelectionDelegate();
182 doTypeProcessor_ = new DoTypeProcessor(this);
183 }
184 }
185
186 /**
187 * Indicates if the provided character can be "typed" in the element.

Callers 2

doTypeMethod · 0.95
moveSelectionToEndMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected