/**
  * Initializes the <code>TextTransition</code> by the File <code>file</code>.
  *
  * @param file
  * @exception IOException
  * @exception SAXException
  * @exception ParserConfigurationException
  */
 public void setup(File file) throws IOException, SAXException, ParserConfigurationException {
   setup(file.toURL());
 }