de.hattrickorganizer.logik.xml
Class xmlTeamDetailsParser

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

public class xmlTeamDetailsParser
extends java.lang.Object

DOCUMENT ME!

Author:
thomas.werth

Constructor Summary
xmlTeamDetailsParser()
          Creates a new instance of xmlTeamDetailsParser
 
Method Summary
 java.lang.String fetchRegionID(java.lang.String xmlFile)
          TODO Missing Method Documentation
protected  java.util.Hashtable parseDetails(org.w3c.dom.Document doc)
          erstellt das MAtchlineup Objekt
 java.util.Hashtable parseTeamdetails(java.io.File datei)
          TODO Missing Method Documentation
 java.util.Hashtable parseTeamdetails(java.lang.String dateiname)
          TODO Missing Method Documentation
 java.util.Hashtable parseTeamdetailsFromString(java.lang.String inputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

xmlTeamDetailsParser

public xmlTeamDetailsParser()
Creates a new instance of xmlTeamDetailsParser

Method Detail

fetchRegionID

public final java.lang.String fetchRegionID(java.lang.String xmlFile)
TODO Missing Method Documentation

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

parseTeamdetails

public final java.util.Hashtable parseTeamdetails(java.lang.String dateiname)
TODO Missing Method Documentation

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

parseTeamdetails

public final java.util.Hashtable parseTeamdetails(java.io.File datei)
TODO Missing Method Documentation

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

parseTeamdetailsFromString

public final java.util.Hashtable parseTeamdetailsFromString(java.lang.String inputStream)

parseDetails

protected final java.util.Hashtable parseDetails(org.w3c.dom.Document doc)
erstellt das MAtchlineup Objekt

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