SimpleExcel\Parser\XMLParser::loadString PHP Method

loadString() public method

Load the string to be parsed
public loadString ( string $str ) : boolean
$str string String with XML format
return boolean
    public function loadString($str)
    {
        return $this->parseDOM(simplexml_load_string($str));
    }