Per popular request an interface implementation that uses element
names and the text node containes in the n'th child node to compare
elements.
This means
ElementNameAndTextQualifierElementNameQualifier and MultiLevelElementNameQualifier(1) should
lead to the same results.
Any attribute values ar completely ignored. Only works on
elements with exactly one child element at each level.
This class mostly exists as an example for custom ElementQualifiers.
|