Class PrefixMatchSelector


public class PrefixMatchSelector extends AbstractAttributeSelector
A "prefix match selector" ^= matches an element if the element has an attribute with the specified name and its value starts with the specified substring.
Author:
Werner Randelshofer