Class PseudoElementMatches


  • public class PseudoElementMatches
    extends java.lang.Object
    CSS rule collection for a single pseudo style.
    • Constructor Detail

      • PseudoElementMatches

        public PseudoElementMatches​(PseudoType pseudoType,
                                    java.util.List<RuleMatch> matches)
    • Method Detail

      • getPseudoType

        public PseudoType getPseudoType()
        Pseudo element type.
      • getMatches

        public java.util.List<RuleMatch> getMatches()
        Matches of CSS rules applicable to the pseudo style.