|
Mylyn WikiText | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Processor | |
---|---|
org.eclipse.mylyn.wikitext.core.parser.markup | comopnents for implementing a parser in terms of a MarkupLanguage |
org.eclipse.mylyn.wikitext.core.parser.markup.block | reusable Block components for implementing a markup language parser |
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 Processor in org.eclipse.mylyn.wikitext.core.parser.markup |
---|
Subclasses of Processor in org.eclipse.mylyn.wikitext.core.parser.markup | |
---|---|
class |
Block
A markup block that may span multiple lines. |
class |
PatternBasedElementProcessor
A processor that is capable of processing a specific type of markup element |
Methods in org.eclipse.mylyn.wikitext.core.parser.markup that return Processor | |
---|---|
Processor |
Processor.clone()
|
Uses of Processor in org.eclipse.mylyn.wikitext.core.parser.markup.block |
---|
Subclasses of Processor in org.eclipse.mylyn.wikitext.core.parser.markup.block | |
---|---|
class |
EclipseErrorDetailsBlock
A block that starts a preformatted section that begins with -- Error Details --, which is the prefix for error information inserted into a bug description by Mylyn when creating bugs from the Eclipse Error Log view. |
class |
GlossaryBlock
An abstract implementation of a glossary. |
class |
JavaStackTraceBlock
A block for Java stack traces. |
Uses of Processor in org.eclipse.mylyn.wikitext.core.parser.markup.phrase |
---|
Subclasses of Processor in org.eclipse.mylyn.wikitext.core.parser.markup.phrase | |
---|---|
class |
LiteralPhraseModifierProcessor
A processor that emits the first group as characters, optionally unescaped. |
Uses of Processor in org.eclipse.mylyn.wikitext.core.parser.markup.token |
---|
Subclasses of Processor 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. |
|
Mylyn WikiText | |||||||||
PREV NEXT | FRAMES NO FRAMES |