Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js9877 return new GenericElementHandler(this.model, type, this.context);
9970 function GenericElementHandler(model, typeName, context) { class
9975 GenericElementHandler.prototype = Object.create(BaseElementHandler.prototype);
9977 GenericElementHandler.prototype.createElement = function(node) {
9988 GenericElementHandler.prototype.handleChild = function(node) {
9990 var handler = new GenericElementHandler(this.model, 'Element', this.context).handleNode(node),
10007 GenericElementHandler.prototype.handleEnd = function() {