Package org.lilystudio.ordinary.util

Examples of org.lilystudio.ordinary.util.NoParser


   *           初始化异常
   */
  public void init(Node node) throws Exception {
    // 不设置转换器时, 使用默认的不进行任何转换的转换器
    if (parser == null) {
      parser = new NoParser();
    }
    parser.init(node.getTextContent(), rewrite);
  }
View Full Code Here

TOP

Related Classes of org.lilystudio.ordinary.util.NoParser

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.