|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.teleal.lemma.pipeline | Pipelines are Lemma's entry point construct. |
| org.teleal.lemma.processor | Processors do the actual work in a pipeline. |
| org.teleal.lemma.processor.xhtml | Processors which read XHTML input and produce XHTML output. |
| org.teleal.lemma.reader | Readers obtain content from citation sources and return it as an XHTML model. |
| org.teleal.lemma.reader.javacode | |
| org.teleal.lemma.reader.javadoc | |
| org.teleal.lemma.reader.text | |
| org.teleal.lemma.reader.xml | |
| Uses of Context in org.teleal.lemma.pipeline |
|---|
| Methods in org.teleal.lemma.pipeline that return Context | |
|---|---|
Context |
Pipeline.getContext()
|
| Uses of Context in org.teleal.lemma.processor |
|---|
| Methods in org.teleal.lemma.processor with parameters of type Context | |
|---|---|
OUT |
Processor.process(IN input,
Context context)
|
| Uses of Context in org.teleal.lemma.processor.xhtml |
|---|
| Methods in org.teleal.lemma.processor.xhtml with parameters of type Context | |
|---|---|
protected org.teleal.common.xhtml.XHTML |
TocProcessor.addTableOfContents(org.teleal.common.xhtml.XHTML input,
Context context)
|
org.teleal.common.xhtml.XHTML |
XRefProcessor.process(org.teleal.common.xhtml.XHTML input,
Context context)
|
org.teleal.common.xhtml.XHTML |
TocProcessor.process(org.teleal.common.xhtml.XHTML input,
Context context)
|
org.teleal.common.xhtml.XHTML |
JavadocCitationProcessor.process(org.teleal.common.xhtml.XHTML input,
Context context)
|
protected org.teleal.common.xhtml.XHTML |
JavadocCitationProcessor.processCitations(Context context,
org.teleal.common.xhtml.XHTML input,
Stack<CitationAnchor> stack)
|
protected org.teleal.common.xhtml.XHTML |
XRefProcessor.transformReferences(org.teleal.common.xhtml.XHTML input,
Context context)
|
| Uses of Context in org.teleal.lemma.reader |
|---|
| Methods in org.teleal.lemma.reader with parameters of type Context | |
|---|---|
org.teleal.common.xhtml.XHTML |
Reader.read(CitationAnchor citation,
Context context)
|
| Uses of Context in org.teleal.lemma.reader.javacode |
|---|
| Methods in org.teleal.lemma.reader.javacode with parameters of type Context | |
|---|---|
org.teleal.common.xhtml.XHTML |
JavacodeRawReader.read(CitationAnchor citation,
Context context)
|
protected org.teleal.common.xhtml.XHTML |
JavacodeReader.read(CitationAnchor citation,
Context context,
com.sun.javadoc.RootDoc rootDoc)
|
| Uses of Context in org.teleal.lemma.reader.javadoc |
|---|
| Methods in org.teleal.lemma.reader.javadoc with parameters of type Context | |
|---|---|
org.teleal.common.xhtml.XHTML |
AbstractJavadocReader.read(CitationAnchor citation,
Context context)
|
protected org.teleal.common.xhtml.XHTML |
JavadocReader.read(CitationAnchor citation,
Context context,
com.sun.javadoc.RootDoc rootDoc)
|
protected abstract org.teleal.common.xhtml.XHTML |
AbstractJavadocReader.read(CitationAnchor citation,
Context context,
com.sun.javadoc.RootDoc rootDoc)
|
| Uses of Context in org.teleal.lemma.reader.text |
|---|
| Methods in org.teleal.lemma.reader.text with parameters of type Context | |
|---|---|
org.teleal.common.xhtml.XHTML |
PlaintextReader.read(CitationAnchor citation,
Context context)
|
| Uses of Context in org.teleal.lemma.reader.xml |
|---|
| Methods in org.teleal.lemma.reader.xml with parameters of type Context | |
|---|---|
org.teleal.common.xhtml.XHTML |
XMLReader.read(CitationAnchor citation,
Context context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||