FluentDOM\Loader\Xml::getSupported PHP Method

getSupported() public method

public getSupported ( ) : string[]
return string[]
    public function getSupported()
    {
        return array('xml', 'application/xml', 'text/xml');
    }