Package net.sf.lapg.templates.model.xml

Examples of net.sf.lapg.templates.model.xml.XmlNode


import net.sf.lapg.templates.test.TemplateTestCase;

public class XmlTest extends TemplateTestCase{

  public void testSelector() {
    XmlNode n = XmlModel.load(" <r><user name='jone'/>go<user name='go'/></r> ");

    TestTemplatesFacade env = new TestTemplatesFacade(new XmlNavigationFactory(), new ClassTemplateLoader(getClass().getClassLoader(), "net/sf/lapg/templates/test/ltp", "utf8"));

    // test 1
    String q = env.executeTemplate("xmltest.xmldo", new EvaluationContext(n), null, null);
View Full Code Here

TOP

Related Classes of net.sf.lapg.templates.model.xml.XmlNode

Copyright © 2018 www.massapicom. 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.