Uses of Interface
com.softsynth.util.XMLListener
Package | Description |
---|---|
com.softsynth.jmsl.score | |
com.softsynth.jmsl.util | |
com.softsynth.util |
-
Uses of XMLListener in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement XMLListener Modifier and Type Class Description class
MixerPanelSettingsXMLLoader
Load in pan/amp pairs into a vector.class
NoteXMLLoader
class
OrchestraXMLLoader
class
ScoreXMLLoader
-
Uses of XMLListener in com.softsynth.jmsl.util
Classes in com.softsynth.jmsl.util that implement XMLListener Modifier and Type Class Description class
InstrumentXMLLoader
Behaves like simpleXMLLoader except that it knows it's got an Instrument, and call MusicDevice.open() in endElement()class
SimpleXMLLoader
Read in an XML file that describes an Object, and recreate the object with values found for all matching get/set methods that handle primitive types (String, boolean, int, double), Example, Class com.widgits.City below has matching get/set methods for popuation -
Uses of XMLListener in com.softsynth.util
Classes in com.softsynth.util that implement XMLListener Modifier and Type Class Description class
XMLPrinter
Methods in com.softsynth.util with parameters of type XMLListener Modifier and Type Method Description void
XMLReader. setXMLListener(XMLListener listener)