SimpleStyleRuleMatcher
public interface StyleRuleMatcher
Modifier and Type | Method | Description |
---|---|---|
StyleRuleMatcher |
deriveInstance() |
Creates an independent copy of this style rule matcher.
|
CSSStyleRule[] |
getMatchingRules(LayoutElement element) |
|
CSSPageRule[] |
getPageRule(CSSValue pageName,
PseudoPage[] pseudoPages) |
|
void |
initialize(LayoutProcess layoutProcess) |
|
boolean |
isMatchingPseudoElement(LayoutElement element,
java.lang.String pseudo) |
void initialize(LayoutProcess layoutProcess)
StyleRuleMatcher deriveInstance()
CSSStyleRule[] getMatchingRules(LayoutElement element)
boolean isMatchingPseudoElement(LayoutElement element, java.lang.String pseudo)
CSSPageRule[] getPageRule(CSSValue pageName, PseudoPage[] pseudoPages)