public class OdfDatatypeTaglet extends Object implements com.sun.tools.doclets.Taglet
{@odf.datatype countryCode}
would be resolved without variable settings to
JAVA_DOC_BASE/doc-files/OpenDocument-v1.2-cd05-part1.html#datatype-countryCode
.Constructor and Description |
---|
OdfDatatypeTaglet() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
inConstructor() |
boolean |
inDatatype() |
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 inDatatype()
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.public boolean inType()
inType
in interface com.sun.tools.doclets.Taglet
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.