Mylyn WikiText

Uses of Class
org.eclipse.mylyn.wikitext.core.parser.markup.PatternBasedElementProcessor

Packages that use PatternBasedElementProcessor
org.eclipse.mylyn.wikitext.core.parser.markup comopnents for implementing a parser in terms of a MarkupLanguage 
org.eclipse.mylyn.wikitext.core.parser.markup.phrase reusable PatternBasedElement components for implementing phrase modifiers of a markup language parser 
org.eclipse.mylyn.wikitext.core.parser.markup.token reusable PatternBasedElement components for implementing replacement tokens of a markup language parser 
 

Uses of PatternBasedElementProcessor in org.eclipse.mylyn.wikitext.core.parser.markup
 

Methods in org.eclipse.mylyn.wikitext.core.parser.markup that return PatternBasedElementProcessor
 PatternBasedElementProcessor MarkupLanguage.PatternBasedSyntax.findPatternBasedElement(String lineText, int offset)
           
protected abstract  PatternBasedElementProcessor PatternBasedElement.newProcessor()
          create a new processor for processing the type of element detected by this class.
 

Uses of PatternBasedElementProcessor in org.eclipse.mylyn.wikitext.core.parser.markup.phrase
 

Subclasses of PatternBasedElementProcessor in org.eclipse.mylyn.wikitext.core.parser.markup.phrase
 class LiteralPhraseModifierProcessor
          A processor that emits the first group as characters, optionally unescaped.
 

Methods in org.eclipse.mylyn.wikitext.core.parser.markup.phrase that return PatternBasedElementProcessor
protected  PatternBasedElementProcessor HtmlCommentPhraseModifier.newProcessor()
           
protected  PatternBasedElementProcessor HtmlEndTagPhraseModifier.newProcessor()
           
protected  PatternBasedElementProcessor HtmlStartTagPhraseModifier.newProcessor()
           
protected  PatternBasedElementProcessor LimitedHtmlEndTagPhraseModifier.newProcessor()
           
protected  PatternBasedElementProcessor LimitedHtmlStartTagPhraseModifier.newProcessor()
           
 

Uses of PatternBasedElementProcessor in org.eclipse.mylyn.wikitext.core.parser.markup.token
 

Subclasses of PatternBasedElementProcessor in org.eclipse.mylyn.wikitext.core.parser.markup.token
 class EntityReplacementTokenProcessor
          A token processor that emits a specified XML entity reference.
 class LineBreakReplacementTokenProcessor
          A processor that emits a line break.
 class LiteralReplacementTokenProcessor
          A processor that emits a literal unescaped.
 

Methods in org.eclipse.mylyn.wikitext.core.parser.markup.token that return PatternBasedElementProcessor
protected  PatternBasedElementProcessor AcronymReplacementToken.newProcessor()
           
protected  PatternBasedElementProcessor EntityWrappingReplacementToken.newProcessor()
           
protected  PatternBasedElementProcessor ImpliedHyperlinkReplacementToken.newProcessor()
           
protected  PatternBasedElementProcessor PatternEntityReferenceReplacementToken.newProcessor()
           
protected  PatternBasedElementProcessor PatternLineBreakReplacementToken.newProcessor()
           
protected  PatternBasedElementProcessor PatternLiteralReplacementToken.newProcessor()
           
 


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