Uses of Class
org.audiveris.proxymusic.util.Marshalling.MarshallingException
Packages that use Marshalling.MarshallingException
-
Uses of Marshalling.MarshallingException in org.audiveris.proxymusic.util
Methods in org.audiveris.proxymusic.util that throw Marshalling.MarshallingExceptionModifier and TypeMethodDescriptionstatic voidMarshalling.marshal(Opus opus, OutputStream os) Marshal the provided Opus instance to an OutputStream.static voidMarshalling.marshal(ScorePartwise scorePartwise, OutputStream os, boolean injectSignature, Integer indentation) Marshal the provided ScorePartwise instance to an OutputStream.static voidMarshalling.marshal(ScorePartwise scorePartwise, Node node, boolean injectSignature) Marshal the provided ScorePartwise instance directly to a DOM node.