| Package | Description |
|---|---|
| org.fourthline.lemma.pipeline |
Pipelines are Lemma's entry point construct.
|
| org.fourthline.lemma.pipeline.javadoc |
Pipelines which use a Javadoc index to resolve citation sources.
|
| org.fourthline.lemma.processor |
Processors do the actual work in a pipeline.
|
| org.fourthline.lemma.processor.xhtml |
Processors which read XHTML input and produce XHTML output.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Processor<IN,OUT>[] |
Pipeline.getProcessors() |
| Modifier and Type | Method and Description |
|---|---|
Processor<org.seamless.xhtml.XHTML,org.seamless.xhtml.XHTML>[] |
XHTMLTemplateJavadocPipeline.getProcessors() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJavadocProcessor<IN,OUT>
Resolves citation sources with the help of a Javadoc
RootDoc instance. |
class |
AbstractProcessor<IN,OUT>
Encapsulates common processor functionality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavadocCitationProcessor
Recursively processes citation anchors in XHTML documents and fragments.
|
class |
TocProcessor
Replaces
toc anchors with a generated table-of-contents. |
class |
XRefProcessor
Detects cross-reference anchors and sets their link text.
|
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.