Akeneo\Component\SpreadsheetParser\Xlsx\AbstractXMLResource::closeXMLReader PHP Method

closeXMLReader() protected method

Closes the XML reader
protected closeXMLReader ( )
    protected function closeXMLReader()
    {
        $this->xml->close();
        $this->xml = null;
    }