|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Wordtag
public class Wordtag
Represents the 'wordtag' section in a SalsaXML corpus.
Constructor Summary | |
---|---|
Wordtag(java.lang.String name)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the value of the 'name' attribute. |
static java.lang.String |
getXmltag()
Returns the XML element name of Wordtag . |
void |
setName(java.lang.String name)
Sets the value of the 'name' attribute. |
java.lang.String |
toString()
Returns a recursively created XML representation of this Wordtag . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Wordtag(java.lang.String name)
Method Detail |
---|
public java.lang.String getName()
public static java.lang.String getXmltag()
Wordtag
.
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String toString()
Wordtag
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |