de.hattrickorganizer.logik.xml
Class xmlMatchdetailsParser

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

public class xmlMatchdetailsParser
extends java.lang.Object

DOCUMENT ME!

Author:
thomas.werth

Constructor Summary
xmlMatchdetailsParser()
          Creates a new instance of xmlMatchdetailsParser
 
Method Summary
protected  Matchdetails createMatchdetails(org.w3c.dom.Document doc)
           
 Matchdetails parseMachtdetailsFromString(java.lang.String input)
          TODO Missing Method Documentation
 Matchdetails parseMatchdetails(java.io.File datei)
          TODO Missing Method Documentation
 Matchdetails parseMatchdetails(java.lang.String dateiname)
           
 void parseMatchReport(Matchdetails md)
          parse match report from previously parsed highlights
protected  void readArena(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
protected  void readCards(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
protected  void readGeneral(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
protected  void readGoals(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
protected  void readGuestTeam(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
protected  void readHomeTeam(org.w3c.dom.Document doc, Matchdetails md)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

xmlMatchdetailsParser

public xmlMatchdetailsParser()
Creates a new instance of xmlMatchdetailsParser

Method Detail

parseMachtdetailsFromString

public final Matchdetails parseMachtdetailsFromString(java.lang.String input)
TODO Missing Method Documentation

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

parseMatchdetails

public final Matchdetails parseMatchdetails(java.lang.String dateiname)

parseMatchdetails

public final Matchdetails parseMatchdetails(java.io.File datei)
TODO Missing Method Documentation

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

createMatchdetails

protected final Matchdetails createMatchdetails(org.w3c.dom.Document doc)

parseMatchReport

public final void parseMatchReport(Matchdetails md)
parse match report from previously parsed highlights

Parameters:
md - match details

readArena

protected final void readArena(org.w3c.dom.Document doc,
                               Matchdetails md)
TODO Missing Method Documentation

Parameters:
doc - TODO Missing Method Parameter Documentation
md - TODO Missing Method Parameter Documentation

readCards

protected final void readCards(org.w3c.dom.Document doc,
                               Matchdetails md)
TODO Missing Method Documentation

Parameters:
doc - TODO Missing Method Parameter Documentation
md - TODO Missing Method Parameter Documentation

readGeneral

protected final void readGeneral(org.w3c.dom.Document doc,
                                 Matchdetails md)
TODO Missing Method Documentation

Parameters:
doc - TODO Missing Method Parameter Documentation
md - TODO Missing Method Parameter Documentation

readGoals

protected final void readGoals(org.w3c.dom.Document doc,
                               Matchdetails md)
TODO Missing Method Documentation

Parameters:
doc - TODO Missing Method Parameter Documentation
md - TODO Missing Method Parameter Documentation

readGuestTeam

protected final void readGuestTeam(org.w3c.dom.Document doc,
                                   Matchdetails md)
TODO Missing Method Documentation

Parameters:
doc - TODO Missing Method Parameter Documentation
md - TODO Missing Method Parameter Documentation

readHomeTeam

protected final void readHomeTeam(org.w3c.dom.Document doc,
                                  Matchdetails md)
TODO Missing Method Documentation

Parameters:
doc - TODO Missing Method Parameter Documentation
md - TODO Missing Method Parameter Documentation