edu.turtlekit2.utils
Class XMLParser
java.lang.Object
edu.turtlekit2.utils.XMLParser
public class XMLParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLParser
public XMLParser()
getDocFromFile
public static Document getDocFromFile(String configPath)
- Parse the xml tree
getRootNodeFromFile
public static Element getRootNodeFromFile(String path)
getRootNodeFromFile
public static Element getRootNodeFromFile(File file)