de.hattrickorganizer.logik.xml
Class XMLMatchLineupParser

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

public class XMLMatchLineupParser
extends java.lang.Object

DOCUMENT ME!

Author:
thomas.werth

Constructor Summary
XMLMatchLineupParser()
          Creates a new instance of XMLMatchLineupParser
 
Method Summary
protected  MatchLineup createLineup(org.w3c.dom.Document doc)
          erstellt das MAtchlineup Objekt
protected  MatchLineupPlayer createPlayer(org.w3c.dom.Element ele)
          erzeugt einen Spieler aus dem xml
protected  MatchLineupTeam createTeam(org.w3c.dom.Element ele)
          erzeugt das Team aus dem xml
 MatchLineup parseMatchLineup(java.io.File datei)
          TODO Missing Method Documentation
 MatchLineup parseMatchLineup(java.lang.String dateiname)
           
 MatchLineup parseMatchLineupFromString(java.lang.String inputStream)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLMatchLineupParser

public XMLMatchLineupParser()
Creates a new instance of XMLMatchLineupParser

Method Detail

parseMatchLineup

public final MatchLineup parseMatchLineup(java.lang.String dateiname)

parseMatchLineup

public final MatchLineup parseMatchLineup(java.io.File datei)
TODO Missing Method Documentation

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

parseMatchLineupFromString

public final MatchLineup parseMatchLineupFromString(java.lang.String inputStream)
TODO Missing Method Documentation

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

createLineup

protected final MatchLineup createLineup(org.w3c.dom.Document doc)
erstellt das MAtchlineup Objekt

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

createPlayer

protected final MatchLineupPlayer createPlayer(org.w3c.dom.Element ele)
                                        throws java.lang.Exception
erzeugt einen Spieler aus dem xml

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

createTeam

protected final MatchLineupTeam createTeam(org.w3c.dom.Element ele)
                                    throws java.lang.Exception
erzeugt das Team aus dem xml

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