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