Package test.pde

Source Code of test.pde.Test

package test.pde;

import de.pdark.decentxml.Document;
import de.pdark.decentxml.XMLParser;

public class Test {
  public void test() throws Exception {
    Document document = XMLParser.parse("<for bar='munchy'/>");
  }
}
TOP

Related Classes of test.pde.Test

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.