INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Indicates if this node is currently attached to the page. @return true if the page is one ancestor of the node.
()
| 2118 | * @return {@code true} if the page is one ancestor of the node. |
| 2119 | */ |
| 2120 | public boolean isAttachedToPage() { |
| 2121 | return attachedToPage_; |
| 2122 | } |
| 2123 | |
| 2124 | /** |
| 2125 | * <span style="color:red">INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span><br> |
no outgoing calls
no test coverage detected