MCPcopy
hub / github.com/sartography/SpiffWorkflow / _xpath

Method _xpath

SpiffWorkflow/bpmn/parser/node_parser.py:159–160  ·  view source on GitHub ↗
(self, node, xpath)

Source from the content-addressed store, hash-verified

157 return noderef.getparent().get('name')
158
159 def _xpath(self, node, xpath):
160 return node.xpath(xpath, namespaces=self.nsmap)
161
162 def raise_validation_exception(self, message):
163 raise ValidationException(message, self.node, self.filename)

Callers 4

xpathMethod · 0.95
doc_xpathMethod · 0.95
parse_conditionMethod · 0.95
parse_documentationMethod · 0.95

Calls 1

xpathMethod · 0.80

Tested by

no test coverage detected