Mylyn WikiText

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

Packages that use ContentState
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.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()
           
 


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