|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Frames
public class Frames
Represents the 'frames' section in a SalsaXML corpus.
Constructor Summary | |
---|---|
Frames()
Zero-argumented default constructor. |
|
Frames(java.lang.String xmlns)
This constructor gets the value of the 'xmlns' (XML namespace) value as an argument. |
Method Summary | |
---|---|
void |
addFrame(Frame newFrame)
Adds a new Frame to this Frames . |
java.util.ArrayList<Frame> |
getFrames()
Returns the list of Frame elements of this Frames . |
java.lang.String |
getXmlns()
Returns the value of the 'xmlns' (XML namespace) attribute, e. g. |
static java.lang.String |
getXmltag()
Returns the name of the XML element of Frames , i. e. |
void |
setXmlns(java.lang.String xmlns)
Sets the value of the xmlns attribute. |
java.lang.String |
toString()
Returns a recursively created XML representation of Frames . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Frames()
public Frames(java.lang.String xmlns)
xmlns
- Method Detail |
---|
public void addFrame(Frame newFrame)
Frame
to this Frames
.
newFrame
- public java.util.ArrayList<Frame> getFrames()
Frame
elements of this Frames
.
public java.lang.String getXmlns()
public static java.lang.String getXmltag()
Frames
, i. e. 'frames'.
public void setXmlns(java.lang.String xmlns)
xmlns
- the xmlns to setpublic java.lang.String toString()
Frames
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |