| Constructor and Description |
|---|
ElementMatcher(java.lang.String id,
java.lang.Class<?> clazz,
java.util.List<java.lang.String> tagsToMatch) |
ElementMatcher(java.lang.String id,
java.lang.Class<?> clazz,
java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
select(MApplicationElement element)
Call for each element to find matching elements
|
public ElementMatcher(java.lang.String id,
java.lang.Class<?> clazz,
java.lang.String tag)
id - The elementId of the desired elementclazz - The class specification of the desired elementtag - A tag which must be specified on the desired elementpublic ElementMatcher(java.lang.String id,
java.lang.Class<?> clazz,
java.util.List<java.lang.String> tagsToMatch)
id - The elementId of the desired elementclazz - The class specification of the desired elementtagsToMatch - A list of tags which must all be specified on the desired element