Home
last modified time | relevance | path

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

/plugin/xslfo/
H A Daction.php195 $new_xml = str_replace('<?xml version="1.0"?>', '', $dw_element->asXML());
/plugin/phpipam/
H A Dphpipam-api.php293 return $xml->asXML();
320 print $xml->asXML();
/plugin/captcha/
H A DEasySVG.php496 public function asXML()
498 return $this->svg->asXML();
517 public function asXML() global() function in EasySVG
H A Dhelper.php362 return $svg->asXML();
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php213 preg_match('#<' . $prefix . 'id>([^<]+)</' . $prefix . 'id>#', $xml->asXML(), $matches);