org.eclipse.mylyn.wikitext.core.parser.markup
Class Processor
java.lang.Object
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
markupLanguage
protected MarkupLanguage markupLanguage
builder
protected DocumentBuilder builder
parser
protected MarkupParser parser
state
protected ContentState state
Processor
public Processor()
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 © 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