(str)
| 17791 | return new Particle(table.map(row => this._zipObject(header, row))) |
| 17792 | } |
| 17793 | static _parseXml2(str) { |
| 17794 | const el = document.createElement("div") |
| 17795 | el.innerHTML = str |
| 17796 | return el |
| 17797 | } |
| 17798 | // todo: cleanup typings |
| 17799 | static _particleFromXml(xml) { |
| 17800 | const result = new Particle() |