|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Splitwords
public class Splitwords
Represents the 'splitwords' section in a SalsaXML corpus.
Constructor Summary | |
---|---|
Splitwords()
Zero-argumented default constructor. |
Method Summary | |
---|---|
void |
addSplitword(Splitword newSplitword)
Adds a new Splitword to this Splitwords . |
java.util.ArrayList<Splitword> |
getSplitwords()
Returns the list of Splitword of this
Splitwords . |
static java.lang.String |
getXmltag()
Returns the XML element name of Splitwords , i. e. |
java.lang.String |
toString()
Returns a recursively created XML representation of this Splitwords . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Splitwords()
Method Detail |
---|
public void addSplitword(Splitword newSplitword)
Splitword
to this Splitwords
.
public java.util.ArrayList<Splitword> getSplitwords()
Splitword
of this
Splitwords
.
public static java.lang.String getXmltag()
Splitwords
, i. e.
'splitwords'.
public java.lang.String toString()
Splitwords
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |