/**
  * parse xml file
  * 
  * @access	private
  * @throws ilSaxParserException
  * @throws ilObjectXMLException
  */
 function parse($a_xml_parser, $a_fp = null)
 {
     parent::parse($a_xml_parser, $a_fp);
 }