public override bool Matches(DomContainer root, DomElement element) { return(element.HasClass(className)); }