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 TagIterator.next()
          Deprecated.  
 XTag TagIteratorImpl.next()
          Deprecated.  
 XTag TagValidationException.getTag()
           
 XTag XDoc.getTag(java.lang.String tagName)
          Describe what the method does
 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)
          Describe the method
private  XTag XDoc.addTag_Impl(java.lang.String tagName, java.lang.String text, int lineNumber)
          Creates and adds a tag
 XTag XParameter.getParamTag()
          Gets the param tag for this parameter.
 XTag ParameterImpl.getParamTag()
           
 XTag XTagFactory.createTag(java.lang.String tagName, java.lang.String text, XDoc doc, int lineNumber)
          Creates a new XTag.
 

Methods in xjavadoc with parameters of type XTag
 void TagValidator.validate(XTag tag)
           
 boolean XDoc.removeTag(XTag tag)
          Removes 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.