Home
last modified time | relevance | path

Searched refs:XML_TYPE (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php44 const XML_TYPE = "xml"; define in ComboStrap\\Xml\\XmlDocument
82 public function __construct($text, string $type = self::XML_TYPE)
143 if ($type == self::XML_TYPE) {
249 $mime = XmlDocument::XML_TYPE;
265 $mime = XmlDocument::XML_TYPE;
H A DXhtmlUtility.php42 $loading = XmlDocument::XML_TYPE;
H A DXmlSystems.php101 $xmlDoc = new XmlDocument($text, XmlDocument::XML_TYPE);