org.odftoolkit.odfdom.taglet
public class OdfAttributeTaglet extends Object implements com.sun.tools.doclets.Taglet
{@odf.attribute xml:id}
would be
resolved without variable settings to
JAVA_DOC_BASE/doc-files/OpenDocument-v1.2-part1.html#attribute-xml_id
.Constructor and Description |
---|
OdfAttributeTaglet() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
inConstructor() |
boolean |
inField() |
boolean |
inMethod() |
boolean |
inOverview() |
boolean |
inPackage() |
boolean |
inType() |
boolean |
isInlineTag()
Will return true since this is an inline tag.
|
static void |
register(Map<String,com.sun.tools.doclets.Taglet> tagletMap)
Register this Taglet.
|
String |
toString(com.sun.javadoc.Tag tag)
Given the
Tag representation of this custom tag, return its
string representation. |
String |
toString(com.sun.javadoc.Tag[] tags)
This method should not be called since arrays of inline tags do not
exist.
|
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 static void register(Map<String,com.sun.tools.doclets.Taglet> tagletMap)
tagletMap
- the map to register this tag to.public String toString(com.sun.javadoc.Tag tag)
Tag
representation of this custom tag, return its
string representation.toString
in interface com.sun.tools.doclets.Taglet
tag
- he Tag
representation of this custom 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.UnsupportedOperationException
is being thrown.Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.