public class Processor
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected DocumentBuilder |
builder |
protected AbstractMarkupLanguage |
markupLanguage |
protected MarkupParser |
parser |
protected ContentState |
state |
Constructor and Description |
---|
Processor() |
Modifier and Type | Method and Description |
---|---|
Processor |
clone() |
DocumentBuilder |
getBuilder()
The builder that is the target for output
|
AbstractMarkupLanguage |
getMarkupLanguage() |
MarkupParser |
getParser()
The parser that is actively using this processor
|
ContentState |
getState() |
void |
setParser(MarkupParser parser) |
void |
setState(ContentState state) |
protected AbstractMarkupLanguage markupLanguage
protected DocumentBuilder builder
protected MarkupParser parser
protected ContentState state
public DocumentBuilder getBuilder()
public MarkupParser getParser()
public void setParser(MarkupParser parser)
public AbstractMarkupLanguage getMarkupLanguage()
public ContentState getState()
public void setState(ContentState state)
public Processor clone()
clone
in class java.lang.Object
Copyright © 2007, 2013 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