Mylyn WikiText

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

Packages that use PatternBasedElement
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 PatternBasedElement in org.eclipse.mylyn.wikitext.core.parser.markup
 

Fields in org.eclipse.mylyn.wikitext.core.parser.markup with type parameters of type PatternBasedElement
protected  List<PatternBasedElement> MarkupLanguage.PatternBasedSyntax.elements
           
 

Methods in org.eclipse.mylyn.wikitext.core.parser.markup that return PatternBasedElement
 PatternBasedElement PatternBasedElement.clone()
           
 

Methods in org.eclipse.mylyn.wikitext.core.parser.markup that return types with arguments of type PatternBasedElement
protected  List<PatternBasedElement> MarkupLanguage.PatternBasedSyntax.getElements()
           
 List<PatternBasedElement> MarkupLanguageConfiguration.getPhraseModifiers()
           
 List<PatternBasedElement> MarkupLanguageConfiguration.getTokens()
           
 

Methods in org.eclipse.mylyn.wikitext.core.parser.markup with parameters of type PatternBasedElement
 void MarkupLanguage.PatternBasedSyntax.add(PatternBasedElement element)
           
 

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

Subclasses of PatternBasedElement in org.eclipse.mylyn.wikitext.core.parser.markup.phrase
 class HtmlCommentPhraseModifier
          A phrase modifier that detects HTML and XML comments in the source.
 class HtmlEndTagPhraseModifier
          A phrase modifier that detects HTML and XML end-tags in the source, passing them through to the builder as either escaped or unescaped text.
 class HtmlStartTagPhraseModifier
          A phrase modifier that detects HTML and XML tags in the source, passing them through to the builder as either escaped or unescaped text.
 class LimitedHtmlEndTagPhraseModifier
          A phrase modifier that detects HTML and XML end-tags, but only those that are explicitly specified.
 class LimitedHtmlStartTagPhraseModifier
          A phrase modifier that detects HTML and XML tags, but only those that are explicitly specified.
 

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

Subclasses of PatternBasedElement in org.eclipse.mylyn.wikitext.core.parser.markup.token
 class AcronymReplacementToken
          A token for acronyms, which are defined as 3 or more upper-case letters followed immediately by parentheses with one or more words.
 class EntityReferenceReplacementToken
           
 class EntityWrappingReplacementToken
          A replacement token for segments of text that are delimited by specified text.
 class ImpliedHyperlinkReplacementToken
          A token that detects hyperlinks in the markup and emits them as a link.
 class PatternEntityReferenceReplacementToken
          Replaces strings matching a pattern with a specified entity reference.
 class PatternLineBreakReplacementToken
          Replaces text that matches a pattern with a line break.
 class PatternLiteralReplacementToken
          Replaces text matching a pattern with an unescaped literal.
 


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