com.palserv.XMidi
Class TagHEXDATA

java.lang.Object
  extended by com.palserv.XMidi.Tag
      extended by com.palserv.XMidi.TagFORMAT
          extended by com.palserv.XMidi.TagHEXDATA
All Implemented Interfaces:
iTag

public class TagHEXDATA
extends TagFORMAT

Implement the HEXDATA 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
TagHEXDATA()
           
 
Method Summary
 java.lang.String createStartXML(State state)
          Create the XML start tag.
 java.lang.String getName()
          Get the tag name.
 
Methods inherited from class com.palserv.XMidi.TagFORMAT
startElement
 
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

TagHEXDATA

public TagHEXDATA()
Method Detail

createStartXML

public java.lang.String createStartXML(State state)
Description copied from class: Tag
Create the XML start tag. This is invoked from various places during MX processing.

Specified by:
createStartXML in interface iTag
Overrides:
createStartXML in class TagFORMAT
Parameters:
state - - the State object.
Returns:
the start tag.

getName

public java.lang.String getName()
Description copied from class: Tag
Get the tag name.

Overrides:
getName in class TagFORMAT
Returns:
the tag name.