public class CSSOMViewCSS
extends java.lang.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(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 ? 2009 Apache Software Foundation. All Rights Reserved.