Lines Matching refs:DOMDocument
75 * @param DOMDocument $dom The document where load the xml.
78 * @return DOMDocument|false $dom The result of load the XML at the DomDocument
113 * @param string|DOMDocument $xml The XML string or document which should be validated.
118 * @return string|DOMDocument $dom string that explains the problem or the DOMDocument
130 if ($xml instanceof DOMDocument) {
133 $dom = new DOMDocument;
925 * @param DOMDocument $dom The DOMDocument
1059 $doc = new DOMDocument();
1089 $newdoc = new DOMDocument();
1107 * @param DOMDocument $dom The Response as XML
1245 $newDoc = new DOMDocument();
1339 if ($xml instanceof DOMDocument) {
1342 $dom = new DOMDocument();