|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.common.Disposable
net.charlesames.music.musicxml.MusicXmlEntity
public abstract class MusicXmlEntity
This abstract class serves as base for all music.musicxml classes.
| Method Summary | |
|---|---|
boolean |
equals(MusicXmlEntity other)
Test if this MusicXML entity has the same content as another object. |
MusicXmlEntity |
getContainer()
Get the parent object. |
void |
makeDirty()
Signal that the document has experienced a change which should be saved to the MusicXML file. |
abstract org.w3c.dom.Node |
toXmlNode(org.w3c.dom.Node parent)
Serialize the content of a MusicXML entity into an XML element. |
| Methods inherited from class net.charlesames.utility.common.Disposable |
|---|
dispose |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public MusicXmlEntity getContainer()
public abstract org.w3c.dom.Node toXmlNode(org.w3c.dom.Node parent)
parent - The XML element which is to receive the data.
public void makeDirty()
public boolean equals(MusicXmlEntity other)
other - The other object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||