Searched refs:leftNode (Results 1 – 1 of 1) sorted by relevance
127 * @param DOMNode $leftNode134 …public static function diffNode(DOMNode $leftNode, DOMNode $rightNode, &$error, array $excludedAtt… argument140 $leftNodeName = $leftNode->localName;145 if ($leftNode->hasAttributes()) {146 $leftAttributesLength = $leftNode->attributes->length;157 $leftAtt = $leftNode->attributes->item($i);251 if ($leftNode->nodeName == "#text") {252 $leftNodeValue = trim($leftNode->nodeValue);262 if ($leftNode->hasChildNodes()) {267 $firstNode = $leftNode->childNodes->item(0);[all …]