| Package | Description |
|---|---|
| org.fourthline.lemma.anchor |
Provides abstraction of citation anchors in XHTML documents.
|
| 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.content.filter | |
| org.fourthline.lemma.reader.content.printer | |
| 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 |
|---|---|
static CitationAnchor[] |
CitationAnchor.findCitationAnchors(XPath xpath,
org.seamless.xhtml.XHTMLElement start,
String type) |
static CitationAnchor[] |
CitationAnchor.findCitationAnchors(XPath xpath,
org.seamless.xhtml.XHTML input,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Reader |
AbstractProcessor.getReader(CitationAnchor citation) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
XRefProcessor.getResolvedLabel(CitationAnchor xref) |
protected String |
XRefProcessor.getResolvedLabel(CitationAnchor xref,
org.seamless.xhtml.XHTMLElement citationElement) |
| Modifier and Type | Method and Description |
|---|---|
protected org.seamless.xhtml.XHTML |
JavadocCitationProcessor.processCitations(Context context,
org.seamless.xhtml.XHTML input,
Stack<CitationAnchor> stack) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractReader.addFilePath(org.seamless.xhtml.XHTMLElement parent,
CitationAnchor citation,
File file)
Appends a new child element containing the file path of the citation.
|
org.seamless.xhtml.XHTML |
Reader.read(CitationAnchor citation,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
FragmentFilter.filter(String[] source,
CitationAnchor citation) |
String[] |
ContentFilter.filter(String[] content,
CitationAnchor citation) |
String[] |
CleanupFilter.filter(String[] source,
CitationAnchor citation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PlainContentPrinter.append(String[] source,
CitationAnchor citation,
org.seamless.xhtml.XHTMLElement contentElement,
String... preFormattedClasses) |
protected abstract void |
ContentPrinter.append(String[] source,
CitationAnchor citation,
org.seamless.xhtml.XHTMLElement contentElement,
String... preFormattedClasses) |
protected void |
CalloutContentPrinter.append(String[] source,
CitationAnchor citation,
org.seamless.xhtml.XHTMLElement contentElement,
String... preFormattedClasses) |
void |
ContentPrinter.print(String[] source,
CitationAnchor citation,
org.seamless.xhtml.XHTMLElement parentElement,
String... preFormattedClasses) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavacodeReader.appendContent(org.seamless.xhtml.XHTMLElement parent,
com.sun.javadoc.Doc doc,
CitationAnchor citation) |
protected void |
JavacodeRawReader.appendContent(org.seamless.xhtml.XHTMLElement parent,
File file,
CitationAnchor citation) |
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) |
protected org.seamless.xhtml.XHTML |
JavacodeReader.read(com.sun.javadoc.Doc doc,
CitationAnchor citation,
boolean uniqueId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavadocReader.appendContent(org.seamless.xhtml.XHTMLElement parent,
com.sun.javadoc.Doc doc,
CitationAnchor citation,
String titleString) |
protected com.sun.javadoc.Doc |
AbstractJavadocReader.findTargetDoc(CitationAnchor citation,
com.sun.javadoc.RootDoc rootDoc) |
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 |
JavadocReader.read(com.sun.javadoc.Doc doc,
CitationAnchor citation,
boolean uniqueId) |
protected String |
JavadocReader.readTitle(com.sun.javadoc.Doc doc,
CitationAnchor citation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PlaintextReader.appendContent(org.seamless.xhtml.XHTMLElement parent,
File file,
CitationAnchor citation) |
org.seamless.xhtml.XHTML |
PlaintextReader.read(CitationAnchor citation,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XMLReader.appendContent(org.seamless.xhtml.XHTMLElement parent,
File file,
CitationAnchor citation) |
org.seamless.xhtml.XHTML |
XMLReader.read(CitationAnchor citation,
Context context) |
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.