Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
DomMergerInterface.php
Go to the documentation of this file.
1 <?php
7 
12 {
19  public function merge($xml);
20 
33  public function mergeNode(\DOMElement $node);
34 
40  public function getDom();
41 
48  public function setDom(\DOMDocument $domDocument);
49 
55  public function unsetDom();
56 
63  public function validate($schemaFileName);
64 }