Searched refs:xmlStr (Results 1 – 4 of 4) sorted by relevance
90 $xmlStr = @join("",@file($xml));91 if($xmlStr == ""){98 $this->parseString($xmlStr,$type);
1158 $xmlStr = @join("",@file($xml));1159 if($xmlStr == ""){1166 $this->parseString($xmlStr,$type);
1077 $xmlStr = @join("",@file($xml));1078 if($xmlStr == ""){1085 $this->parseString($xmlStr,$type);
11236 BpmnModdle.prototype.fromXML = function(xmlStr, typeName, options) { argument11246 return reader.fromXML(xmlStr, rootHandler);