public class XMLConverter
extends java.lang.Object
Constructor and Description |
---|
XMLConverter() |
Modifier and Type | Method and Description |
---|---|
static Scale |
fromScale(org.barrelorgandiscovery.virtualbook.x2010.Scale scale,
int maxTrackIndex) |
static AbstractTrackDef |
fromTrack(org.barrelorgandiscovery.virtualbook.x2010.TrackDef td) |
static VirtualBook |
fromVirtualBookDocument(org.barrelorgandiscovery.virtualbook.x2010.VirtualBookDocument vbd) |
static org.barrelorgandiscovery.virtualbook.x2010.Scale |
toScale(Scale scale) |
static org.barrelorgandiscovery.virtualbook.x2010.ScaleDocument |
toScaleDocument(Scale scale) |
static org.barrelorgandiscovery.virtualbook.x2010.VirtualBookDocument |
toVirtualBookDocument(VirtualBook vb)
Convert the virtual book in an xml document ..
|
public static org.barrelorgandiscovery.virtualbook.x2010.ScaleDocument toScaleDocument(Scale scale) throws java.lang.Exception
java.lang.Exception
public static org.barrelorgandiscovery.virtualbook.x2010.Scale toScale(Scale scale) throws java.lang.Exception
java.lang.Exception
public static org.barrelorgandiscovery.virtualbook.x2010.VirtualBookDocument toVirtualBookDocument(VirtualBook vb) throws java.lang.Exception
vb
- the virtual book to convertjava.lang.Exception
public static AbstractTrackDef fromTrack(org.barrelorgandiscovery.virtualbook.x2010.TrackDef td) throws java.lang.Exception
java.lang.Exception
public static Scale fromScale(org.barrelorgandiscovery.virtualbook.x2010.Scale scale, int maxTrackIndex) throws java.lang.Exception
java.lang.Exception
public static VirtualBook fromVirtualBookDocument(org.barrelorgandiscovery.virtualbook.x2010.VirtualBookDocument vbd) throws java.lang.Exception
java.lang.Exception