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

reusable PatternBasedElement components for implementing phrase modifiers of a markup language parser

See:
          Description

Class Summary
HtmlCommentPhraseModifier A phrase modifier that detects HTML and XML comments in the source.
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.
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.
LimitedHtmlEndTagPhraseModifier A phrase modifier that detects HTML and XML end-tags, but only those that are explicitly specified.
LimitedHtmlStartTagPhraseModifier A phrase modifier that detects HTML and XML tags, but only those that are explicitly specified.
LiteralPhraseModifierProcessor A processor that emits the first group as characters, optionally unescaped.
 

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

reusable PatternBasedElement components for implementing phrase modifiers of a markup language parser



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