org.eclipse.mylyn.wikitext.core.parser.markup.token
Class EntityReplacementTokenProcessor
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.EntityReplacementTokenProcessor
- All Implemented Interfaces:
- Cloneable, Matcher
public class EntityReplacementTokenProcessor
- extends PatternBasedElementProcessor
A token processor that emits a specified XML entity reference.
- Since:
- 1.0
- Author:
- David Green
- See Also:
DocumentBuilder.entityReference(String)
Method Summary |
void |
emit()
Emit the content of the element |
EntityReplacementTokenProcessor
public EntityReplacementTokenProcessor(String entity)
- Parameters:
entity
- the entity to emit
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.