|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.logik.xml.xmlMatchdetailsParser
public class xmlMatchdetailsParser
DOCUMENT ME!
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 |
---|
public xmlMatchdetailsParser()
Method Detail |
---|
public final Matchdetails parseMachtdetailsFromString(java.lang.String input)
input
- TODO Missing Method Parameter Documentation
public final Matchdetails parseMatchdetails(java.lang.String dateiname)
public final Matchdetails parseMatchdetails(java.io.File datei)
datei
- TODO Missing Method Parameter Documentation
protected final Matchdetails createMatchdetails(org.w3c.dom.Document doc)
public final void parseMatchReport(Matchdetails md)
md
- match detailsprotected final void readArena(org.w3c.dom.Document doc, Matchdetails md)
doc
- TODO Missing Method Parameter Documentationmd
- TODO Missing Method Parameter Documentationprotected final void readCards(org.w3c.dom.Document doc, Matchdetails md)
doc
- TODO Missing Method Parameter Documentationmd
- TODO Missing Method Parameter Documentationprotected final void readGeneral(org.w3c.dom.Document doc, Matchdetails md)
doc
- TODO Missing Method Parameter Documentationmd
- TODO Missing Method Parameter Documentationprotected final void readGoals(org.w3c.dom.Document doc, Matchdetails md)
doc
- TODO Missing Method Parameter Documentationmd
- TODO Missing Method Parameter Documentationprotected final void readGuestTeam(org.w3c.dom.Document doc, Matchdetails md)
doc
- TODO Missing Method Parameter Documentationmd
- TODO Missing Method Parameter Documentationprotected final void readHomeTeam(org.w3c.dom.Document doc, Matchdetails md)
doc
- TODO Missing Method Parameter Documentationmd
- TODO Missing Method Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |