|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvdoclet.docinfo.TagInfo
public class TagInfo
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 |
---|
public TagInfo(String name, String value)
Method Detail |
---|
public String getName()
public String getValue()
public List getWords()
public String getWord(int index)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |