Mylyn WikiText

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

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

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