| Package | Description |
|---|---|
| org.fourthline.lemma.processor |
Processors do the actual work in a pipeline.
|
| org.fourthline.lemma.reader |
Readers obtain content from citation sources and return it as an XHTML model.
|
| org.fourthline.lemma.reader.javacode | |
| org.fourthline.lemma.reader.javadoc | |
| org.fourthline.lemma.reader.text | |
| org.fourthline.lemma.reader.xml |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends Reader>> |
AbstractProcessor.READER_SUFFIX_MAP |
| Modifier and Type | Method and Description |
|---|---|
Reader |
AbstractProcessor.getReader(CitationAnchor citation) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReader
Provides shared operations for reading and wrapping citation content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavacodeRawReader
Reads raw Java source content, handles
file://MyClass.java URIs. |
class |
JavacodeReader
Reads raw lines of Java code, handles
javacode:// scheme. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJavadocReader
Looks up the Javadoc
RootDoc from the context. |
class |
JavadocReader
Reads title and content from a Javadoc
Doc, handles javadoc:// scheme. |
| Modifier and Type | Class and Description |
|---|---|
class |
PlaintextReader
Reads any text file, uses "#" as a comment marker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLReader
Reads XML files - without parsing them.
|
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.