Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js10624 function ElementSerializer(parent, propertyDescriptor) { class
10632 ElementSerializer.prototype.build = function(element) {
10670 ElementSerializer.prototype.nsTagName = function(descriptor) {
10675 ElementSerializer.prototype.nsPropertyTagName = function(descriptor) {
10680 ElementSerializer.prototype.isLocalNs = function(ns) {
10692 ElementSerializer.prototype.nsAttributeName = function(element) {
10721 ElementSerializer.prototype.parseGeneric = function(element) {
10737 body.push(new ElementSerializer(self).build(child));
10752 ElementSerializer.prototype.parseNsAttribute = function(element, name, value) {
10796 ElementSerializer.prototype.parseNsAttributes = function(element, attrs) {
[all …]