|
||||||||
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.TagContent
public class TagContent
Base class for all TagContent classes. This class should never be instantiated. The only thing this class adds to the Tag class is the doContent method.
Constructor Summary | |
---|---|
TagContent()
|
Method Summary | |
---|---|
void |
doContent(java.lang.String s,
State state)
Handle the content for TagContent sublcasses. |
static TagContent |
getTag(java.lang.String tName)
Factory method to get a TagContent by name. |
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 |
---|
public TagContent()
Method Detail |
---|
public static TagContent getTag(java.lang.String tName)
public void doContent(java.lang.String s, State state)
XM.character
method of the XM class, which implements the SAX interface for
content.
s
- - the tag name.state
- - the State object.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |