com.palserv.XMidi
Class TagContentFORMAT

java.lang.Object
  extended by com.palserv.XMidi.Tag
      extended by com.palserv.XMidi.TagContent
          extended by com.palserv.XMidi.TagContentFORMAT
All Implemented Interfaces:
iTag
Direct Known Subclasses:
TagContentTRACKS

public class TagContentFORMAT
extends TagContent

Handle the content of the FORMAT tag. This class must be public in order for the TagContent.getTag method to work. This is one of several TagContent subclasses which are all similar. Please see the TagContent document for more details.


Constructor Summary
TagContentFORMAT()
           
 
Method Summary
 void doContent(java.lang.String typ, State state)
          Handle the content for TagContent sublcasses.
 
Methods inherited from class com.palserv.XMidi.TagContent
getTag
 
Methods inherited from class com.palserv.XMidi.Tag
createEndXML, createStartXML, endElement, getName, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagContentFORMAT

public TagContentFORMAT()
Method Detail

doContent

public void doContent(java.lang.String typ,
                      State state)
Description copied from class: TagContent
Handle the content for TagContent sublcasses. This method is invoked from the XM.character method of the XM class, which implements the SAX interface for content.

Overrides:
doContent in class TagContent
Parameters:
typ - - the tag name.
state - - the State object.