org.eclipse.mylyn.internal.wikitext.textile.core.block
Class TableOfContentsBlock

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.core.parser.markup.Processor
      extended by org.eclipse.mylyn.wikitext.core.parser.markup.Block
          extended by org.eclipse.mylyn.internal.wikitext.textile.core.block.AbstractTableOfContentsBlock
              extended by org.eclipse.mylyn.internal.wikitext.textile.core.block.TableOfContentsBlock
All Implemented Interfaces:
java.lang.Cloneable

public class TableOfContentsBlock
extends AbstractTableOfContentsBlock

Author:
David Green

Field Summary
 
Fields inherited from class org.eclipse.mylyn.internal.wikitext.textile.core.block.AbstractTableOfContentsBlock
maxLevel
 
Fields inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
builder, markupLanguage, parser, state
 
Constructor Summary
TableOfContentsBlock()
           
 
Method Summary
 boolean canStart(java.lang.String line, int lineOffset)
           
 int processLineContent(java.lang.String line, int offset)
           
 
Methods inherited from class org.eclipse.mylyn.internal.wikitext.textile.core.block.AbstractTableOfContentsBlock
emitToc, getMaxLevel, getStyle, setMaxLevel, setStyle
 
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.Block
beginNesting, clone, findCloseOffset, isClosed, processLine, setClosed
 
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.markup.Processor
getBuilder, getMarkupLanguage, getParser, getState, setParser, setState
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableOfContentsBlock

public TableOfContentsBlock()
Method Detail

processLineContent

public int processLineContent(java.lang.String line,
                              int offset)
Specified by:
processLineContent in class Block

canStart

public boolean canStart(java.lang.String line,
                        int lineOffset)
Specified by:
canStart in class Block


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.