(package private) boolean |
Condition.AttributeCompareCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.AttributeExistsCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.ClassCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.EvenChildCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.FirstChildCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.IDCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.LangCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.LastChildCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.LinkCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) abstract boolean |
Condition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.NthChildCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.OddChildCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
(package private) boolean |
Condition.UnsupportedCondition.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
|
boolean |
Selector.matches(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
Check if the given Element matches this selector.
|
boolean |
Selector.matchesDynamic(java.lang.Object e,
AttributeResolver attRes,
TreeResolver treeRes) |
Check if the given Element matches this selector's dynamic properties.
|