org.eclipse.mylyn.internal.wikitext.textile.core.block
Class QuoteBlock
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.markup.Processor
org.eclipse.mylyn.wikitext.core.parser.markup.Block
org.eclipse.mylyn.internal.wikitext.textile.core.block.QuoteBlock
- All Implemented Interfaces:
- java.lang.Cloneable
public class QuoteBlock
- extends Block
quoted text block, matches blocks that start with bc. . Creates an extended block type of
paragraph.
- Author:
- David Green
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuoteBlock
public QuoteBlock()
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
setClosed
public void setClosed(boolean closed)
- Overrides:
setClosed in class Block
Copyright © 2011 FuseSource, Corp.. All Rights Reserved.