PatternBasedElement
components for implementing
phrase modifiers of a markup language parserSee: Description
Class | Description |
---|---|
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.
|
PatternBasedElement
components for implementing
phrase modifiers of a markup language parserCopyright © 2007, 2013 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