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

Packages that use ContentState
org.eclipse.mylyn.internal.wikitext.textile.core   
org.eclipse.mylyn.wikitext.core.parser.markup comopnents for implementing a parser in terms of a MarkupLanguage 
org.eclipse.mylyn.wikitext.textile.core   
 

Uses of ContentState in org.eclipse.mylyn.internal.wikitext.textile.core
 

Subclasses of ContentState in org.eclipse.mylyn.internal.wikitext.textile.core
 class TextileContentState
          Override the default content state so that we can support named links.
 

Uses of ContentState in org.eclipse.mylyn.wikitext.core.parser.markup
 

Fields in org.eclipse.mylyn.wikitext.core.parser.markup declared as ContentState
protected  ContentState Processor.state
           
 

Methods in org.eclipse.mylyn.wikitext.core.parser.markup that return ContentState
protected  ContentState MarkupLanguage.createState()
          Create new state for tracking a document and its contents during a parse session.
 ContentState Processor.getState()
           
 

Methods in org.eclipse.mylyn.wikitext.core.parser.markup with parameters of type ContentState
 void MarkupLanguage.emitMarkupLine(MarkupParser parser, ContentState state, int textLineOffset, String line, int offset)
          Emit a markup line that may contain phrase modifiers and replacement tokens, but no block modifiers.
 void MarkupLanguage.emitMarkupLine(MarkupParser parser, ContentState state, String line, int offset)
          Emit a markup line that may contain phrase modifiers and replacement tokens, but no block modifiers.
 void MarkupLanguage.emitMarkupText(MarkupParser parser, ContentState state, String text)
          Emit markup that may contain replacement tokens but no phrase or block modifiers.
 void Processor.setState(ContentState state)
           
 

Uses of ContentState in org.eclipse.mylyn.wikitext.textile.core
 

Methods in org.eclipse.mylyn.wikitext.textile.core that return ContentState
protected  ContentState TextileLanguage.createState()
           
 



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