public class CSSOMViewCSS extends java.lang.Object implements 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 |
---|---|
CSSStyleDeclaration |
getComputedStyle(Element elt,
java.lang.String pseudoElt)
DOM: Implements
ViewCSS.getComputedStyle(Element,String) . |
DocumentView |
getDocument()
DOM: Implements
AbstractView.getDocument() . |
protected CSSEngine cssEngine
public CSSOMViewCSS(CSSEngine engine)
public DocumentView getDocument()
AbstractView.getDocument()
.getDocument
in interface AbstractView
public CSSStyleDeclaration getComputedStyle(Element elt, java.lang.String pseudoElt)
ViewCSS.getComputedStyle(Element,String)
.getComputedStyle
in interface ViewCSS
Copyright © 2022 Apache Software Foundation. All Rights Reserved.