Mylyn WikiText

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


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