|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.logik.xml.XMLSpielplanParser
public class XMLSpielplanParser
DOCUMENT ME!
Constructor Summary | |
---|---|
XMLSpielplanParser()
Creates a new instance of XMLSpielplanParser |
Method Summary | |
---|---|
protected Paarung |
createPaarung(org.w3c.dom.Element ele)
TODO Missing Method Documentation |
protected Spielplan |
createSpielplan(org.w3c.dom.Document doc)
TODO Missing Method Documentation |
Spielplan |
parseSpielplan(java.io.File datei)
TODO Missing Method Documentation |
Spielplan |
parseSpielplan(java.lang.String dateiname)
TODO Missing Method Documentation |
Spielplan |
parseSpielplanFromString(java.lang.String input)
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 XMLSpielplanParser()
Method Detail |
---|
public final Spielplan parseSpielplan(java.lang.String dateiname)
dateiname
- TODO Missing Method Parameter Documentation
public final Spielplan parseSpielplan(java.io.File datei)
datei
- TODO Missing Method Parameter Documentation
public final Spielplan parseSpielplanFromString(java.lang.String input)
input
- TODO Missing Method Parameter Documentation
protected final Paarung createPaarung(org.w3c.dom.Element ele) throws java.lang.Exception
ele
- TODO Missing Method Parameter Documentation
java.lang.Exception
- TODO Missing Method Exception Documentationprotected final Spielplan createSpielplan(org.w3c.dom.Document doc)
doc
- TODO Missing Method Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |