/** * Finalise the parser, and close the file */ function finalise() { FileUtility::close($this->file_pointer); xml_parser_free($this->parser); }