Package info.bliki.wiki.filter

Examples of info.bliki.wiki.filter.AbstractParser


   * @param appendStack
   * @return
   * @return
   */
  public static TagStack parseRecursive(String rawWikitext, IWikiModel wikiModel, boolean createOnlyLocalStack, boolean noTOC) {
    AbstractParser parser = wikiModel.createNewInstance(rawWikitext);
    return parser.parseRecursiveInternal(wikiModel, createOnlyLocalStack, noTOC);
    //
    //   
    // // local stack for this wiki snippet
    // TagStack localStack = new TagStack();
    // // global wiki model stack
View Full Code Here

TOP

Related Classes of info.bliki.wiki.filter.AbstractParser

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.