Uses of Interface
xjavadoc.XTag

Packages that use XTag
xjavadoc   
xjavadoc.event   
 

Uses of XTag in xjavadoc
 

Classes in xjavadoc that implement XTag
 class DefaultXTag
           
 

Fields in xjavadoc declared as XTag
private  XTag TagValidationException._tag
           
 

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

Methods in xjavadoc with parameters of type XTag
 boolean XDoc.removeTag(XTag tag)
          Removes tag.
 void TagValidator.validate(XTag tag)
           
 

Constructors in xjavadoc with parameters of type XTag
TagValidationException(java.lang.String message, XTag tag)
           
UnknownTagException(XTag tag)
           
 

Uses of XTag in xjavadoc.event
 

Constructors in xjavadoc.event with parameters of type XTag
XTagEvent(XTag tag)
          create new event containing tag object.