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

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.core.parser.markup.Processor
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
Block, PatternBasedElementProcessor

public class Processor
extends Object
implements Cloneable

Since:
1.0
Author:
David Green

Field Summary
protected  DocumentBuilder builder
           
protected  MarkupLanguage markupLanguage
           
protected  MarkupParser parser
           
protected  ContentState state
           
 
Constructor Summary
Processor()
           
 
Method Summary
 Processor clone()
           
 DocumentBuilder getBuilder()
          The builder that is the target for output
 MarkupLanguage getMarkupLanguage()
           
 MarkupParser getParser()
          The parser that is actively using this processor
 ContentState getState()
           
 void setParser(MarkupParser parser)
           
 void setState(ContentState state)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

markupLanguage

protected MarkupLanguage markupLanguage

builder

protected DocumentBuilder builder

parser

protected MarkupParser parser

state

protected ContentState state
Constructor Detail

Processor

public Processor()
Method Detail

getBuilder

public DocumentBuilder getBuilder()
The builder that is the target for output


getParser

public MarkupParser getParser()
The parser that is actively using this processor


setParser

public void setParser(MarkupParser parser)

getMarkupLanguage

public MarkupLanguage getMarkupLanguage()

getState

public ContentState getState()

setState

public void setState(ContentState state)

clone

public Processor clone()
Overrides:
clone in class Object


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