Uses of Interface xjavadoc.XTag

Uses in package xjavadoc

Classes implementing xjavadoc.XTag

class

Constructors with parameter type xjavadoc.XTag

Fields of type xjavadoc.XTag

XTag

Methods with parameter type xjavadoc.XTag

boolean
Removes tag.
void

Methods with return type xjavadoc.XTag

XTag
XDoc.addTag(String tagName, String text)
Add a tag to the doc item.
XTag
XDoc.addTag_Impl(String tagName, String text, int lineNumber)
Creates and adds a tag
XTag
XTagFactory.createTag(String tagName, String text, XDoc doc, int lineNumber)
Creates a new XTag.
XTag
Gets the param tag for this parameter.
XTag
Gets the param tag for this parameter.
XTag
XTag
XDoc.getTag(String tagName)
Get the first tag of name tagName from this doc.
XTag
XDoc.getTag(String tagName, boolean superclasses)
Get the first tag of name tagName.
XTag
XDoc.updateTagValue(String tagName, String attributeName, String attributeValue, int tagIndex)
Utility method to set the value of a tag attribute.

Uses in package xjavadoc.event

Constructors with parameter type xjavadoc.XTag

create new event containing tag object.