Home
last modified time | relevance | path

Searched refs:BodyHandler (Results 1 – 1 of 1) sorted by relevance

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js9602 function BodyHandler() {} function
9604 BodyHandler.prototype = Object.create(BaseHandler.prototype);
9606 BodyHandler.prototype.handleText = function(text) {
9615 ReferenceHandler.prototype = Object.create(BodyHandler.prototype);
9644 ValueHandler.prototype = Object.create(BodyHandler.prototype);
9664 BaseElementHandler.prototype = Object.create(BodyHandler.prototype);
9707 BodyHandler.prototype.handleText.call(this, text); class