Robot Framework
robot.libraries.XML.ElementComparator Member List

This is the complete list of members for robot.libraries.XML.ElementComparator, including all inherited members.

__init__(self, comparator, normalizer=None, exclude_children=False)robot.libraries.XML.ElementComparator
_comparatorrobot.libraries.XML.ElementComparatorprivate
_compare(self, actual, expected, message, location, comparator=None)robot.libraries.XML.ElementComparatorprivate
_compare_attributes(self, actual, expected, location)robot.libraries.XML.ElementComparatorprivate
_compare_children(self, actual, expected, location)robot.libraries.XML.ElementComparatorprivate
_compare_tags(self, actual, expected, location)robot.libraries.XML.ElementComparatorprivate
_compare_tails(self, actual, expected, location)robot.libraries.XML.ElementComparatorprivate
_compare_texts(self, actual, expected, location)robot.libraries.XML.ElementComparatorprivate
_exclude_childrenrobot.libraries.XML.ElementComparatorprivate
_normalizerrobot.libraries.XML.ElementComparatorprivate
_text(self, text)robot.libraries.XML.ElementComparatorprivate
compare(self, actual, expected, location=None)robot.libraries.XML.ElementComparator