|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.palserv.XMidi.Tag
com.palserv.XMidi.TagNOTE_OFF
com.palserv.XMidi.TagPROGRAM
public class TagPROGRAM
Implement the PROGRAM tag.
This class must be public in order for the
Tag.getTag
method to work.
This is one of many Tag subclasses which are all similar.
Please see the
Tag
document and the
iTag
document for more details.
Constructor Summary | |
---|---|
TagPROGRAM()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Get the tag name. |
void |
startElement(org.xml.sax.Attributes attr,
State state)
Handle the beginning of each element. |
Methods inherited from class com.palserv.XMidi.TagNOTE_OFF |
---|
createStartXML |
Methods inherited from class com.palserv.XMidi.Tag |
---|
createEndXML, endElement, getTag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagPROGRAM()
Method Detail |
---|
public void startElement(org.xml.sax.Attributes attr, State state)
Tag
XM.startElement
method of XM, which implements the SAX interface.
startElement
in interface iTag
startElement
in class TagNOTE_OFF
attr
- - a list of attributes (org.xml.sax.Attributes)state
- - the State object.public java.lang.String getName()
Tag
getName
in class TagNOTE_OFF
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |