org.eclipse.mylyn.wikitext.core.parser.markup.token
Class LiteralReplacementTokenProcessor
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.LiteralReplacementTokenProcessor
- All Implemented Interfaces:
- Cloneable, Matcher
public class LiteralReplacementTokenProcessor
- extends PatternBasedElementProcessor
A processor that emits a literal unescaped. Useful for emitting markup that is not directly supported by the
builder
.
- Since:
- 1.0
- Author:
- David Green
Method Summary |
void |
emit()
Emit the content of the element |
LiteralReplacementTokenProcessor
public LiteralReplacementTokenProcessor(String literal)
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.