Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js10624 function ElementSerializer(parent, propertyDescriptor) { class
10632 ElementSerializer.prototype.build = function(element) {
10670 ElementSerializer.prototype.nsTagName = function(descriptor) {
10680 ElementSerializer.prototype.isLocalNs = function(ns) {
10737 body.push(new ElementSerializer(self).build(child));
10882 serializer = new ElementSerializer(self, p);
10884 serializer = new ElementSerializer(self);
10893 ElementSerializer.prototype.getNamespaces = function(local) {
11041 ElementSerializer.prototype.serializeTo = function(writer) {
11081 ElementSerializer.call(this, parent, propertyDescriptor);
[all …]