|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Fenode
public class Fenode
Represents a 'fenode' section in a SalsaXML corpus.
Constructor Summary | |
---|---|
Fenode(Id idref)
Constructor that takes only the Id (from the 'idref' attribute)
as an argument. |
|
Fenode(Id idref,
java.lang.String is_split)
Default constructor that takes the Id (from the 'idref' attribute)
and is_split as arguments. |
Method Summary | |
---|---|
Id |
getIdref()
Returns the Id (from the 'idref' attribute). |
java.lang.String |
getIs_split()
Returns the value of the is_split attribute, e. g. |
static java.lang.String |
getXmltag()
Returns the name of the XML element of Fenode . |
void |
setIdref(Id idref)
Sets the Id (from the 'idref' attribute). |
void |
setIs_split(java.lang.String is_split)
Sets the value of the 'is_split' attribute. |
java.lang.String |
toString()
Returns a recursively created XML representation of Fenode . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Fenode(Id idref)
Id
(from the 'idref' attribute)
as an argument. This actually does not conform to the SalsaXML.dtd, but
unfortunately there are corpora where such cases exist.
public Fenode(Id idref, java.lang.String is_split)
Id
(from the 'idref' attribute)
and is_split as arguments.
Method Detail |
---|
public Id getIdref()
Id
(from the 'idref' attribute).
public java.lang.String getIs_split()
public static java.lang.String getXmltag()
Fenode
.
public void setIdref(Id idref)
Id
(from the 'idref' attribute).
idref
- the idref to setpublic void setIs_split(java.lang.String is_split)
is_split
- the is_split to setpublic java.lang.String toString()
Fenode
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |