Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js9610 function ReferenceHandler(property, context) { class
9615 ReferenceHandler.prototype = Object.create(BodyHandler.prototype);
9617 ReferenceHandler.prototype.handleNode = function(node) {
9628 ReferenceHandler.prototype.handleEnd = function() {
9632 ReferenceHandler.prototype.createReference = function(node) {
9872 return new ReferenceHandler(propertyDesc, this.context);