Functions | |
def | all_attributes_match |
def | nodes_match |
def | text_matches |
def | xml_matches |
Variables | |
tuple | whitespace = re.compile(r'\s+') |
def xml_matching.all_attributes_match | ( | a, | |
b | |||
) |
Definition at line 9 of file xml_matching.py.
def xml_matching.nodes_match | ( | a, | |
b, | |||
ignore_nodes | |||
) |
Definition at line 43 of file xml_matching.py.
def xml_matching.text_matches | ( | a, | |
b | |||
) |
Definition at line 34 of file xml_matching.py.
def xml_matching.xml_matches | ( | a, | |
b, | |||
ignore_nodes = [] |
|||
) |
Definition at line 96 of file xml_matching.py.
tuple xml_matching::whitespace = re.compile(r'\s+') |
Definition at line 6 of file xml_matching.py.