|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.logik.xml.XMLPlayerParser
public class XMLPlayerParser
DOCUMENT ME!
| Constructor Summary | |
|---|---|
XMLPlayerParser()
Creates a new instance of XMLPlayerParser |
|
| Method Summary | |
|---|---|
protected Spieler |
createPlayer(org.w3c.dom.Element ele,
java.sql.Timestamp fetchdate)
erzeugt einen Spieler aus dem xml |
protected java.sql.Timestamp |
parseDateFromString(java.lang.String date)
parsed nen String ins DateFormat |
java.util.Vector |
parsePlayer(java.io.File datei)
TODO Missing Method Documentation |
java.util.Vector |
parsePlayer(java.lang.String dateiname)
|
protected java.util.Vector |
parseSpieler(org.w3c.dom.Document doc)
erstellt das MAtchlineup Objekt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLPlayerParser()
| Method Detail |
|---|
public final java.util.Vector parsePlayer(java.lang.String dateiname)
public final java.util.Vector parsePlayer(java.io.File datei)
datei - TODO Missing Method Parameter Documentation
protected final Spieler createPlayer(org.w3c.dom.Element ele,
java.sql.Timestamp fetchdate)
throws java.lang.Exception
ele - TODO Missing Constructuor Parameter Documentationfetchdate - TODO Missing Constructuor Parameter Documentation
java.lang.Exception - TODO Missing Constructuor Exception Documentationprotected final java.sql.Timestamp parseDateFromString(java.lang.String date)
date - TODO Missing Constructuor Parameter Documentation
protected final java.util.Vector parseSpieler(org.w3c.dom.Document doc)
doc - TODO Missing Constructuor Parameter Documentation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||