public class JavadocReader extends AbstractJavadocReader
Doc, handles javadoc:// scheme.
This reader understands the individual Javadoc "tags", it wraps these individual parts of each Javadoc comment and validates the whole.
CONTEXT_ROOT_DOC| Constructor and Description |
|---|
JavadocReader() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendContent(org.seamless.xhtml.XHTMLElement parent,
com.sun.javadoc.Doc doc,
CitationAnchor citation,
String titleString) |
protected String |
getLinkLabel(com.sun.javadoc.SeeTag tag) |
protected String |
getLinkReference(com.sun.javadoc.SeeTag tag,
AnchorAddress address) |
protected AnchorAddress |
getLinkReferenceAddress(com.sun.javadoc.SeeTag tag) |
protected org.seamless.xhtml.XHTML |
read(CitationAnchor citation,
Context context,
com.sun.javadoc.RootDoc rootDoc) |
protected org.seamless.xhtml.XHTML |
read(com.sun.javadoc.Doc doc,
CitationAnchor citation,
boolean uniqueId) |
protected String |
readTagCode(com.sun.javadoc.Tag tag) |
protected String |
readTags(com.sun.javadoc.Tag[] tags) |
protected String |
readTagSee(com.sun.javadoc.SeeTag seeTag) |
protected String |
readTagText(com.sun.javadoc.Tag tag) |
protected String |
readTitle(com.sun.javadoc.Doc doc,
CitationAnchor citation) |
findTargetDoc, read, resolveThisReferencesaddFilePath, appendTitle, getParser, getXPath, isGenerateId, resolveFileprotected org.seamless.xhtml.XHTML read(CitationAnchor citation, Context context, com.sun.javadoc.RootDoc rootDoc)
read in class AbstractJavadocReaderprotected org.seamless.xhtml.XHTML read(com.sun.javadoc.Doc doc,
CitationAnchor citation,
boolean uniqueId)
protected String readTitle(com.sun.javadoc.Doc doc, CitationAnchor citation)
protected void appendContent(org.seamless.xhtml.XHTMLElement parent,
com.sun.javadoc.Doc doc,
CitationAnchor citation,
String titleString)
protected String readTags(com.sun.javadoc.Tag[] tags)
protected String readTagText(com.sun.javadoc.Tag tag)
protected String readTagSee(com.sun.javadoc.SeeTag seeTag)
protected String readTagCode(com.sun.javadoc.Tag tag)
protected AnchorAddress getLinkReferenceAddress(com.sun.javadoc.SeeTag tag)
protected String getLinkReference(com.sun.javadoc.SeeTag tag, AnchorAddress address)
protected String getLinkLabel(com.sun.javadoc.SeeTag tag)
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.