public class CSSOMViewCSS extends Object implements org.w3c.dom.css.ViewCSS
| Modifier and Type | Field and Description |
|---|---|
protected CSSEngine |
cssEngine
The associated CSS engine.
|
| Constructor and Description |
|---|
CSSOMViewCSS(CSSEngine engine)
Creates a new ViewCSS.
|
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.css.CSSStyleDeclaration |
getComputedStyle(Element elt,
String pseudoElt)
DOM: Implements
ViewCSS.getComputedStyle(Element,String). |
org.w3c.dom.views.DocumentView |
getDocument()
DOM: Implements
AbstractView.getDocument(). |
protected CSSEngine cssEngine
public CSSOMViewCSS(CSSEngine engine)
public org.w3c.dom.views.DocumentView getDocument()
AbstractView.getDocument().getDocument in interface org.w3c.dom.views.AbstractViewpublic org.w3c.dom.css.CSSStyleDeclaration getComputedStyle(Element elt, String pseudoElt)
ViewCSS.getComputedStyle(Element,String).getComputedStyle in interface org.w3c.dom.css.ViewCSSCopyright © 2000–2017 Apache Software Foundation. All rights reserved.