MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / mayBeDisplayed

Method mayBeDisplayed

src/main/java/org/htmlunit/html/DomNode.java:745–747  ·  view source on GitHub ↗

Returns true if nodes of this type can ever be displayed, false otherwise. Examples of nodes that can never be displayed are <head> , <meta> , <script> , etc. @return true if nodes of this type can ever be displayed, {@cod

()

Source from the content-addressed store, hash-verified

743 * @see #isDisplayed()
744 */
745 public boolean mayBeDisplayed() {
746 return true;
747 }
748
749 /**
750 * Returns a normalized textual representation of this element that represents

Callers 5

isDisplayedMethod · 0.95
getContentHeightMethod · 0.95
getCalculatedWidthMethod · 0.45
getEmptyHeightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected