Package org.eclipse.mylyn.wikitext.core.parser.markup.token

reusable PatternBasedElement components for implementing replacement tokens of a markup language parser

See:
          Description

Class Summary
AcronymReplacementToken A token for acronyms, which are defined as 3 or more upper-case letters followed immediately by parentheses with one or more words.
EntityReferenceReplacementToken  
EntityReplacementTokenProcessor A token processor that emits a specified XML entity reference.
EntityWrappingReplacementToken A replacement token for segments of text that are delimited by specified text.
EntityWrappingReplacementTokenTest  
ImpliedHyperlinkReplacementToken A token that detects hyperlinks in the markup and emits them as a link.
ImpliedHyperlinkReplacementTokenTest tests for ImpliedHyperlinkReplacementToken
LineBreakReplacementTokenProcessor A processor that emits a line break.
LiteralReplacementTokenProcessor A processor that emits a literal unescaped.
PatternEntityReferenceReplacementToken Replaces strings matching a pattern with a specified entity reference.
PatternLineBreakReplacementToken Replaces text that matches a pattern with a line break.
PatternLiteralReplacementToken Replaces text matching a pattern with an unescaped literal.
 

Package org.eclipse.mylyn.wikitext.core.parser.markup.token Description

reusable PatternBasedElement components for implementing replacement tokens of a markup language parser



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