Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Xml/
H A DXhtmlUtility.php50 XmlSystems::diffNode(
H A DXmlSystems.php134 public static function diffNode(DOMNode $leftNode, DOMNode $rightNode, &$error, array $excludedAttributes = null) function in ComboStrap\\Xml\\XmlSystems
297 self::diffNode($leftChildNode, $rightChildNode, $error, $excludedAttributes);
H A DXmlElement.php302 XmlSystems::diffNode(
H A DXmlDocument.php589 XmlSystems::diffNode($this->getDomDocument(), $rightDocument->getDomDocument(), $error);