org.xhtmlrenderer.css.newmatch
Class Matcher
java.lang.Object
org.xhtmlrenderer.css.newmatch.Matcher
public class Matcher
- extends Object
- Author:
- Torbjoern Gannholm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Matcher
public Matcher(TreeResolver tr,
AttributeResolver ar,
StylesheetFactory factory,
List stylesheets,
String medium)
removeStyle
public void removeStyle(Object e)
getCascadedStyle
public CascadedStyle getCascadedStyle(Object e,
boolean restyle)
getPECascadedStyle
public CascadedStyle getPECascadedStyle(Object e,
String pseudoElement)
- May return null.
We assume that restyle has already been done by a getCascadedStyle if necessary.
getPageCascadedStyle
public PageInfo getPageCascadedStyle(String pageName,
String pseudoPage)
getFontFaceRules
public List getFontFaceRules()
isVisitedStyled
public boolean isVisitedStyled(Object e)
isHoverStyled
public boolean isHoverStyled(Object e)
isActiveStyled
public boolean isActiveStyled(Object e)
isFocusStyled
public boolean isFocusStyled(Object e)
matchElement
protected org.xhtmlrenderer.css.newmatch.Matcher.Mapper matchElement(Object e)
Copyright © 2013. All Rights Reserved.