|
Mylyn WikiText | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||