parse() protected méthode

Creates the ExpatParser, sets root handler and kick off parsing process.
protected parse ( )
 /**
  * Static call to ProjectConfigurator. Use this to configure a
  * project. Do not use the new operator.
  *
  * @param  object  the Project instance this configurator should use
  * @param  object  the buildfile object the parser should use
  * @access public
  */
 public static function configureProject(Project $project, PhingFile $buildFile)
 {
     $pc = new ProjectConfigurator($project, $buildFile);
     $pc->parse();
 }