de.hattrickorganizer.logik.xml
Class XMLTabelleParser

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

public class XMLTabelleParser
extends java.lang.Object

DOCUMENT ME!

Author:
thomas.werth

Constructor Summary
XMLTabelleParser()
          Creates a new instance of xmlTabelleParser
 
Method Summary
protected  LigaTabellenEintrag createEintrag(org.w3c.dom.Element ele)
          TODO Missing Method Documentation
protected  LigaTabelle createTabelle(org.w3c.dom.Document doc)
           
 LigaTabelle parseTabelle(java.lang.String dateiname)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLTabelleParser

public XMLTabelleParser()
Creates a new instance of xmlTabelleParser

Method Detail

parseTabelle

public final LigaTabelle parseTabelle(java.lang.String dateiname)
TODO Missing Method Documentation

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

createEintrag

protected final LigaTabellenEintrag createEintrag(org.w3c.dom.Element ele)
TODO Missing Method Documentation

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

createTabelle

protected final LigaTabelle createTabelle(org.w3c.dom.Document doc)