|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.tools.doclet.tags.AbstractInlineTaglet
An abstract inline taglet that outputs HTML.
Field Summary | |
protected String |
name
The name of this inline tag. |
Constructor Summary | |
AbstractInlineTaglet()
|
Method Summary | |
String |
getName()
Return the name of this custom tag. |
boolean |
inConstructor()
Will return false since this is an inline tag. |
boolean |
inField()
Will return false since this is an inline tag. |
boolean |
inMethod()
Will return false since this is an inline tag. |
boolean |
inOverview()
Will return false since this is an inline tag. |
boolean |
inPackage()
Will return false since this is an inline tag. |
boolean |
inType()
Will return false since this is an inline tag. |
boolean |
isInlineTag()
Will return true since this is an inline tag. |
String |
toString(com.sun.javadoc.Tag tag)
This method should not be called because this Taglet requires more information to output to generate output. |
String |
toString(com.sun.javadoc.Tag[] tags)
This method should not be called since this taglet does not support the conversion of arrays on inline tags to a string. |
abstract String |
toString(com.sun.javadoc.Tag tag,
com.sun.javadoc.Doc doc,
HtmlStandardWriter writer)
Given the Tag representation of this custom
tag, return its string representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String name
Constructor Detail |
public AbstractInlineTaglet()
Method Detail |
public String getName()
getName
in interface com.sun.tools.doclets.Taglet
public boolean inField()
inField
in interface com.sun.tools.doclets.Taglet
public boolean inConstructor()
inConstructor
in interface com.sun.tools.doclets.Taglet
public boolean inMethod()
inMethod
in interface com.sun.tools.doclets.Taglet
public boolean inOverview()
inOverview
in interface com.sun.tools.doclets.Taglet
public boolean inPackage()
inPackage
in interface com.sun.tools.doclets.Taglet
public boolean inType()
inType
in interface com.sun.tools.doclets.Taglet
public boolean isInlineTag()
isInlineTag
in interface com.sun.tools.doclets.Taglet
public String toString(com.sun.javadoc.Tag tag)
toString
in interface com.sun.tools.doclets.Taglet
tag
- a tag representing this inline tag.
public String toString(com.sun.javadoc.Tag[] tags)
toString
in interface com.sun.tools.doclets.Taglet
tags
- the array of Tag
s representing of this custom tag.
public abstract String toString(com.sun.javadoc.Tag tag, com.sun.javadoc.Doc doc, HtmlStandardWriter writer)
Tag
representation of this custom
tag, return its string representation.
tag
- he Tag
representation of this custom tag.doc
- the field that holds this tag.writer
- the HtmlStandardWriter used to write this inline tag.
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |