Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php127 * @param DOMNode $leftNode
130 * $leftNode->ownerDocument->saveHTML($leftNode)
134 public static function diffNode(DOMNode $leftNode, DOMNode $rightNode, &$error, array $excludedAttributes = null) argument
140 $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
[all...]