public class PseudoElementMatches extends Object
| Constructor and Description |
|---|
PseudoElementMatches() |
| Modifier and Type | Method and Description |
|---|---|
List<RuleMatch> |
getMatches()
Matches of CSS rules applicable to the pseudo style.
|
PseudoType |
getPseudoType()
Pseudo element type.
|
void |
setMatches(List<RuleMatch> matches)
Matches of CSS rules applicable to the pseudo style.
|
void |
setPseudoType(PseudoType pseudoType)
Pseudo element type.
|
public PseudoType getPseudoType()
public void setPseudoType(PseudoType pseudoType)
Copyright © 2020. All rights reserved.