org.eclipse.mylyn.wikitext.core.parser.markup.token
Class LineBreakReplacementTokenProcessor
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.markup.Processor
org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor
org.eclipse.mylyn.wikitext.core.parser.markup.token.LineBreakReplacementTokenProcessor
- All Implemented Interfaces:
- Cloneable, Matcher
public class LineBreakReplacementTokenProcessor
- extends PatternBasedElementProcessor
A processor that emits a line break.
- Since:
- 1.0
- Author:
- David Green
- See Also:
DocumentBuilder.lineBreak()
Method Summary |
void |
emit()
Emit the content of the element |
LineBreakReplacementTokenProcessor
public LineBreakReplacementTokenProcessor()
emit
public void emit()
- Description copied from class:
PatternBasedElementProcessor
- Emit the content of the element
- Specified by:
emit
in class PatternBasedElementProcessor
Copyright © 2011 FuseSource, Corp.. All Rights Reserved.