Package info.bliki.wiki.filter

Examples of info.bliki.wiki.filter.WPTable


  private boolean parseTable() {
    if (isStartOfLine()) {
      // Trac wiki table ?
      setPosition(fCurrentPosition - 1);
      WPTable table = tracTable(fTableOfContentTag);
      if (table != null) {
        createContentToken(fWhiteStart, fWhiteStartPosition, 1);
        reduceTokenStack(table);
        // set pointer behind: "\n|}"
        fCurrentPosition = getPosition();
View Full Code Here

TOP

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

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.