| Class | Description |
|---|---|
| AbstractAttributeMatcher |
Elements match if their name and a certain attribute value are the same.
|
| AbstractTagMatcher |
Compares the qualified name of elements.
|
| AttributeMatcher |
Compares the qualified name of elements, their attributes and their attribute values.
|
| IdAttributeMatcher |
Elements match if their name and 'id' attribute are the same.
|
| NameAttributeMatcher |
Elements match if their name and 'name' attribute are the same.
|
| SkipMatcher |
Elements compared with this matcher never match.
|
| StandardMatchers |
Constants for built-in matchers.
|
| TagMatcher |
Compares the qualified name of elements.
|
Copyright © 2001–2025. All rights reserved.