Home
last modified time | relevance | path

Searched refs:rightDocument (Results 1 – 4 of 4) sorted by path

/plugin/combo/ComboStrap/Xml/
H A DXhtmlUtility.php47 $rightDocument = (new XmlDocument($right, $loading))->getDomDocument();
52 $rightDocument,
H A DXmlDocument.php586 public function diff(XmlDocument $rightDocument): string argument
589 XmlSystems::diffNode($this->getDomDocument(), $rightDocument->getDomDocument(), $error);
H A DXmlElement.php299 public function equals(XmlElement $rightDocument, array $attributeFilter = []) argument
304 $rightDocument->domElement,
H A DXmlSystems.php337 $rightDocument = new XmlDocument($right);
339 return $leftDocument->diff($rightDocument);