public interface StyledOverlay
| Modifier and Type | Method and Description |
|---|---|
void |
attach()
Applies the overlay on the underlying
DOMWindow. |
void |
detach()
It removes all the nodes created and restores the original DOM
|
CSSStyleSheet |
getCSSStyleSheet()
the
CSSStyleSheet to control the style of this overlay |
Collection<StyledNode> |
roots()
Returns the root(s) node(s) to navigate the tree
|
Collection<StyledNode> roots()
CSSStyleSheet getCSSStyleSheet()
CSSStyleSheet to control the style of this overlayvoid attach()
DOMWindow. This modifies the DOM as it creates nodes and stylesheets
to display the overlayvoid detach()
Copyright © 2020 OXPath Team. All rights reserved.