xml_map_query method

xml_map_query

Query cell areas that mapped/linked to the specific path of xml map.

Returns

CellArea list that mapped/linked to the specific path of xml map, an empty list is returned if nothing is mapped/linked.

def xml_map_query(self, path, xml_map):
    ...
ParameterTypeDescription
pathstrxml element path
xml_mapXmlMapSpecify an xml map if you want to query for the specific path within a specific map

See Also