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