|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ed.inf.utils.webutils.simpledomparser.XmlNode
uk.ac.ed.inf.ec.MulanLabel
public class MulanLabel
A node in the Mulan XML (a label for machine learning) *
| Constructor Summary | |
|---|---|
MulanLabel(java.lang.String labelName)
|
|
| Method Summary | |
|---|---|
void |
addChildElement(MulanLabel label)
Add a child label to a label |
void |
addChildElement(java.lang.String labelName)
Add a child label to a label |
| Methods inherited from class uk.ac.ed.inf.utils.webutils.simpledomparser.XmlNode |
|---|
addChildNode, getAttributeValue, getChildElements, getTagName, getText, getXmlTreeFromString, getXmlTreeFromUrl, hasChildren, nodeHeadToString, removeAttribute, removeChildNode, setAttribute, setTagName, setText, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MulanLabel(java.lang.String labelName)
| Method Detail |
|---|
public void addChildElement(MulanLabel label)
label - the child label (with its children etc.)public void addChildElement(java.lang.String labelName)
labelName - the name of the label to be added
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||