Package

Source Code of ParseHtml

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import fileManagers.HTMLController;
import java.io.File;
/**
*
* @author Victor
*/
public class ParseHtml {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        HTMLController htmlc = new HTMLController();
        htmlc.parseToHTML(new File("NewTree.xml"));
    }
}
TOP

Related Classes of ParseHtml

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.