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
()
| 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 |
no outgoing calls
no test coverage detected