Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js3153 var XMLAttribute = function(fname, n, nameSpace, v, t){ class
3160 XMLAttribute.prototype = {
3461 …xmlattribute = new XMLAttribute(tmpattrib.getname , tmpattrib.nodeName, tmpattrib.namespaceURI , t…
3521 attr = new XMLAttribute(arguments[0], name, arguments[1], arguments[2], "CDATA");
3529 attr = new XMLAttribute(arguments[0], arguments[0], null, arguments[1], "CDATA");