Home
last modified time | relevance | path

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

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