Package org.xhtmlrenderer.css.newmatch
Class Matcher.Mapper
- java.lang.Object
-
- org.xhtmlrenderer.css.newmatch.Matcher.Mapper
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CascadedStylegetPECascadedStyle(Node e, String pseudoElement)May return null.
-
-
-
Method Detail
-
getPECascadedStyle
public CascadedStyle getPECascadedStyle(Node e, String pseudoElement)
May return null. We assume that restyle has already been done by a getCascadedStyle if necessary.
-
-