Searched refs:attrNode (Results 1 – 14 of 14) sorted by relevance
38 PASS attrNode.textContent is "f"39 PASS attrNode.childNodes.length is 146 PASS attrNode.textContent is "g"47 PASS attrNode.childNodes.length is 154 PASS attrNode.textContent is "0g"55 PASS attrNode.childNodes.length is 262 PASS attrNode.textContent is "0g2"63 PASS attrNode.childNodes.length is 374 PASS attrNode.firstChild.nodeValue is "i"78 PASS attrNode.textContent is "i"[all …]
96 var attrNode;109 attrNode = element.getAttributeNode("title");110 retval = attrNode.appendChild(emptyText);112 attrNode = element.getAttributeNode("title");113 firstChild = attrNode.firstChild;
96 var attrNode;108 attrNode = addrAttr.item(0);109 attrList = attrNode.attributes;
93 var attrNode;117 attrNode = addrAttr.item(indexN10070);118 attrName = attrNode.nodeName;
91 var attrNode;102 attrNode = bodyElem.getAttributeNode("id");103 baseURI = attrNode.baseURI;
94 var attrNode;104 attrNode = elem.setAttributeNodeNS(attr);
96 var attrNode;107 attrNode = docElem.setAttributeNodeNS(attr);
103 var attrNode;121 attrNode = child.setAttributeNode(childsAttr);
48 function assertAttribute(attrNode, node) { argument49 var n = attrNode.nodeName;50 var v = attrNode.nodeValue;
681 if (Attr* attrNode = old->attr()) in setAttribute() local682 attrNode->setValue(value); in setAttribute()714 if (Attr* attrNode = old->attr()) in setAttribute() local715 attrNode->setValue(value); in setAttribute()
23856 xmlNodePtr attrNode, in xmlSchemaValidatorPushAttribute() argument23872 attr->node = attrNode; in xmlSchemaValidatorPushAttribute()