Searched refs:XMLElement (Results 1 – 2 of 2) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/ |
H A D | annotations.rst | 596 XMLElement.
|
/plugin/processing/ |
H A D | script.js | 2241 this.element = new p.XMLElement(null, arguments[0]); 2271 this.element = new p.XMLElement(null, arguments[1]); 3184 var XMLElement = p.XMLElement = function() { variable 3247 XMLElement.prototype = { class 3268 return new XMLElement(arguments[0], arguments[1], null, null); 3270 return new XMLElement(arguments[0], arguments[1], arguments[2], arguments[3]); 3278 return new XMLElement(); 3286 if (object instanceof XMLElement) { 3454 xmlelement = new XMLElement(elementpath.localName, elementpath.nodeName, "", "");
|