de.hattrickorganizer.logik.xml
Class XMLSpielplanParser

java.lang.Object
  extended by de.hattrickorganizer.logik.xml.XMLSpielplanParser

public class XMLSpielplanParser
extends java.lang.Object

DOCUMENT ME!

Author:
thomas.werth

Constructor Summary
XMLSpielplanParser()
          Creates a new instance of XMLSpielplanParser
 
Method Summary
protected  Paarung createPaarung(org.w3c.dom.Element ele)
          TODO Missing Method Documentation
protected  Spielplan createSpielplan(org.w3c.dom.Document doc)
          TODO Missing Method Documentation
 Spielplan parseSpielplan(java.io.File datei)
          TODO Missing Method Documentation
 Spielplan parseSpielplan(java.lang.String dateiname)
          TODO Missing Method Documentation
 Spielplan parseSpielplanFromString(java.lang.String input)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSpielplanParser

public XMLSpielplanParser()
Creates a new instance of XMLSpielplanParser

Method Detail

parseSpielplan

public final Spielplan parseSpielplan(java.lang.String dateiname)
TODO Missing Method Documentation

Parameters:
dateiname - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

parseSpielplan

public final Spielplan parseSpielplan(java.io.File datei)
TODO Missing Method Documentation

Parameters:
datei - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

parseSpielplanFromString

public final Spielplan parseSpielplanFromString(java.lang.String input)
TODO Missing Method Documentation

Parameters:
input - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

createPaarung

protected final Paarung createPaarung(org.w3c.dom.Element ele)
                               throws java.lang.Exception
TODO Missing Method Documentation

Parameters:
ele - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation
Throws:
java.lang.Exception - TODO Missing Method Exception Documentation

createSpielplan

protected final Spielplan createSpielplan(org.w3c.dom.Document doc)
TODO Missing Method Documentation

Parameters:
doc - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation