Mylyn WikiText

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.
ImpliedHyperlinkReplacementToken A token that detects hyperlinks in the markup and emits them as a link.
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


Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html