Hello, Is there a way to use partial matching when establishing the order in which nodes are compared? More specifically, something like passing an array of strings to ElementNameAndAttributeQualifier's constructor, but it should determine the nodes comparison order not on a perfect match on all the attributes from the string array, but on a partial match of these. Consider this example: <element attr2="101" attr1="3"> <ellement2 attr3="n">2</ellement2> </element> <element attr2="101" attr1="3">...