Class DashMatchSelector


public class DashMatchSelector extends AbstractAttributeSelector
A "dash match selector" |= matches an element if the element has an attribute with the specified name and its value is either exactly the specified substring or its value begins with the specified substring immediately followed by a dash '-' character. This is primarily intended to allow language subcode matches.
Author:
Werner Randelshofer