Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js3282 return this.equalsXMLElement(object);
3285 equalsXMLElement: function (object) { method in XMLElement
3299 if (! child1.equalsXMLElement(child2)) { return false; }
3493 if (this.children[i].equalsXMLElement(child)) {