|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.logik.xml.XMLMatchLineupParser
public class XMLMatchLineupParser
DOCUMENT ME!
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 |
---|
public XMLMatchLineupParser()
Method Detail |
---|
public final MatchLineup parseMatchLineup(java.lang.String dateiname)
public final MatchLineup parseMatchLineup(java.io.File datei)
datei
- TODO Missing Method Parameter Documentation
public final MatchLineup parseMatchLineupFromString(java.lang.String inputStream)
inputStream
- TODO Missing Method Parameter Documentation
protected final MatchLineup createLineup(org.w3c.dom.Document doc)
doc
- TODO Missing Constructuor Parameter Documentation
protected final MatchLineupPlayer createPlayer(org.w3c.dom.Element ele) throws java.lang.Exception
ele
- TODO Missing Constructuor Parameter Documentation
java.lang.Exception
- TODO Missing Constructuor Exception Documentationprotected final MatchLineupTeam createTeam(org.w3c.dom.Element ele) throws java.lang.Exception
ele
- TODO Missing Constructuor Parameter Documentation
java.lang.Exception
- TODO Missing Constructuor Exception Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |