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