- TYPE_MATCHING_ANY - Static variable in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
[attr*=value]
Matching an element with the attr attribute whose value contains at least one instance of the substring val.
- TYPE_MATCHING_ANY_PATTERN - Static variable in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
Regular expression pattern for any.
- TYPE_MATCHING_ENDWITH - Static variable in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
[attr$=value]
Matching an element with the attr attribute whose value ends with the suffix val.
- TYPE_MATCHING_ENDWITH_PATTERN - Static variable in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
Regular expression pattern for endswith.
- TYPE_MATCHING_MATCHALL - Static variable in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
[attr=value]
Matching an element with the attr attribute whose value exactly value.
- TYPE_MATCHING_STARTWITH - Static variable in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
[attr^=value]
Matching an element with the attr attribute whose value begins with the prefix val.
- TYPE_MATCHING_STARTWITH_PATTERN - Static variable in class com.nomagic.reportwizard.tools.query.QueryAttribute
-
Regular expression pattern for startswith.