vdoclet.docinfo
Class TagInfo

java.lang.Object
  |
  +--vdoclet.docinfo.TagInfo

public class TagInfo
extends Object

Info about a Tag.


Constructor Summary
TagInfo(String name, String value)
           
 
Method Summary
 String getName()
          Get the name
 String getValue()
          Get the value
 String getWord(int index)
          Return the specified word
 List getWords()
           
 String toString()
          Get the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagInfo

public TagInfo(String name,
               String value)
Method Detail

getName

public String getName()
Get the name


getValue

public String getValue()
Get the value


getWords

public List getWords()
Returns:
the values of the tag as elements of a List.

getWord

public String getWord(int index)
Return the specified word


toString

public String toString()
Get the value.

Overrides:
toString in class Object