Package org.zkoss.web.servlet.dsp.impl

Examples of org.zkoss.web.servlet.dsp.impl.Parser


   * @since 3.0.0
   */
  public final Interpretation parse(String content, String ctype,
  XelContext xelc, Locator loc)
  throws DspException, IOException,  XelException {
    return new Parser().parse(content, ctype, xelc, loc);
  }
View Full Code Here

TOP

Related Classes of org.zkoss.web.servlet.dsp.impl.Parser

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.