public abstract class AbstractProcessor<IN,OUT> extends Object implements Processor<IN,OUT>
Also provides a mapping from citation anchor to Reader
instance. For example, a citation anchor which addresses a text file is mapped to the
text reader. You can not extend this built-in mapping, however, you can name your custom
Reader class in a citation anchor with the reader
style key.
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends Reader>> |
READER_SUFFIX_MAP |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.seamless.xhtml.XHTMLParser |
getParser() |
Reader |
getReader(CitationAnchor citation) |
XPath |
getXPath() |
public org.seamless.xhtml.XHTMLParser getParser()
public XPath getXPath()
public Reader getReader(CitationAnchor citation)
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.