de.hattrickorganizer.logik.xml
Class xmlMatchArchivParser

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

public class xmlMatchArchivParser
extends java.lang.Object

DOCUMENT ME!

Author:
TheTom

Constructor Summary
xmlMatchArchivParser()
          Creates a new instance of xmlMatchArchivParser
 
Method Summary
protected  MatchKurzInfo[] createMatches(org.w3c.dom.Document doc)
          erstellt das MAtchlineup Objekt
protected  int getStatus(java.lang.String status)
          Wertet den StatusString aus und liefert einen INT
 MatchKurzInfo[] parseMatches(java.io.File datei)
          TODO Missing Method Documentation
 MatchKurzInfo[] parseMatches(java.lang.String dateiname)
           
 MatchKurzInfo[] parseMatchesFromString(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

xmlMatchArchivParser

public xmlMatchArchivParser()
Creates a new instance of xmlMatchArchivParser

Method Detail

parseMatches

public final MatchKurzInfo[] parseMatches(java.lang.String dateiname)

parseMatches

public final MatchKurzInfo[] parseMatches(java.io.File datei)
TODO Missing Method Documentation

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

parseMatchesFromString

public final MatchKurzInfo[] parseMatchesFromString(java.lang.String input)
TODO Missing Method Documentation

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

getStatus

protected final int getStatus(java.lang.String status)
Wertet den StatusString aus und liefert einen INT

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

createMatches

protected final MatchKurzInfo[] createMatches(org.w3c.dom.Document doc)
erstellt das MAtchlineup Objekt

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