public class JavadocCitationProcessor extends AbstractJavadocProcessor<org.seamless.xhtml.XHTML,org.seamless.xhtml.XHTML>
Starts processing with an XHTML document object model as input, each citation anchor in this DOM will be processed and the result (another DOM) will be recursively processed until no more citaton anchors are found. Finally, all citation anchors will be replaced with their respective result DOM.
READER_SUFFIX_MAP| Constructor and Description |
|---|
JavadocCitationProcessor(com.sun.javadoc.RootDoc rootDoc) |
| Modifier and Type | Method and Description |
|---|---|
org.seamless.xhtml.XHTML |
process(org.seamless.xhtml.XHTML input,
Context context) |
protected org.seamless.xhtml.XHTML |
processCitations(Context context,
org.seamless.xhtml.XHTML input,
Stack<CitationAnchor> stack) |
getRootDocgetParser, getReader, getXPathpublic JavadocCitationProcessor(com.sun.javadoc.RootDoc rootDoc)
public org.seamless.xhtml.XHTML process(org.seamless.xhtml.XHTML input,
Context context)
protected org.seamless.xhtml.XHTML processCitations(Context context, org.seamless.xhtml.XHTML input, Stack<CitationAnchor> stack)
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.