| Package | Description |
|---|---|
| org.fourthline.lemma.pipeline |
Pipelines are Lemma's entry point construct.
|
| 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.
|
| 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 | Method and Description |
|---|---|
Context |
Pipeline.getContext() |
| Modifier and Type | Method and Description |
|---|---|
OUT |
Processor.process(IN input,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.seamless.xhtml.XHTML |
TocProcessor.addTableOfContents(org.seamless.xhtml.XHTML input,
Context context) |
org.seamless.xhtml.XHTML |
XRefProcessor.process(org.seamless.xhtml.XHTML input,
Context context) |
org.seamless.xhtml.XHTML |
TocProcessor.process(org.seamless.xhtml.XHTML input,
Context context) |
org.seamless.xhtml.XHTML |
JavadocCitationProcessor.process(org.seamless.xhtml.XHTML input,
Context context) |
protected org.seamless.xhtml.XHTML |
JavadocCitationProcessor.processCitations(Context context,
org.seamless.xhtml.XHTML input,
Stack<CitationAnchor> stack) |
protected org.seamless.xhtml.XHTML |
XRefProcessor.transformReferences(org.seamless.xhtml.XHTML input,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractReader.isGenerateId(Context context) |
org.seamless.xhtml.XHTML |
Reader.read(CitationAnchor citation,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
org.seamless.xhtml.XHTML |
JavacodeRawReader.read(CitationAnchor citation,
Context context) |
protected org.seamless.xhtml.XHTML |
JavacodeReader.read(CitationAnchor citation,
Context context,
com.sun.javadoc.RootDoc rootDoc) |
| Modifier and Type | Method and Description |
|---|---|
org.seamless.xhtml.XHTML |
AbstractJavadocReader.read(CitationAnchor citation,
Context context) |
protected org.seamless.xhtml.XHTML |
JavadocReader.read(CitationAnchor citation,
Context context,
com.sun.javadoc.RootDoc rootDoc) |
protected abstract org.seamless.xhtml.XHTML |
AbstractJavadocReader.read(CitationAnchor citation,
Context context,
com.sun.javadoc.RootDoc rootDoc) |
protected org.seamless.xhtml.XHTML |
AbstractJavadocReader.resolveThisReferences(Context context,
com.sun.javadoc.Doc targetDoc,
org.seamless.xhtml.XHTML input) |
| Modifier and Type | Method and Description |
|---|---|
org.seamless.xhtml.XHTML |
PlaintextReader.read(CitationAnchor citation,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
org.seamless.xhtml.XHTML |
XMLReader.read(CitationAnchor citation,
Context context) |
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.