org.w3c.dom.css.ViewCSS, org.w3c.dom.views.AbstractViewCSSOMSVGViewCSSpublic class CSSOMViewCSS
extends java.lang.Object
implements org.w3c.dom.css.ViewCSS
| Modifier and Type | Field | Description |
|---|---|---|
protected CSSEngine |
cssEngine |
The associated CSS engine.
|
| Constructor | Description |
|---|---|
CSSOMViewCSS(CSSEngine engine) |
Creates a new ViewCSS.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.w3c.dom.css.CSSStyleDeclaration |
getComputedStyle(org.w3c.dom.Element elt,
java.lang.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(org.w3c.dom.Element elt,
java.lang.String pseudoElt)
ViewCSS.getComputedStyle(Element,String).getComputedStyle in interface org.w3c.dom.css.ViewCSSCopyright ? 2018 Apache Software Foundation. All Rights Reserved.