Uses of Class
org.audiveris.proxymusic.ScorePartwise
Packages that use ScorePartwise
Package
Description
All Java classes generated by JAXB from MusicXML schema.
Run-time utilities
-
Uses of ScorePartwise in org.audiveris.proxymusic
Methods in org.audiveris.proxymusic that return ScorePartwiseModifier and TypeMethodDescriptionObjectFactory.createScorePartwise()Create an instance ofScorePartwise -
Uses of ScorePartwise in org.audiveris.proxymusic.util
Methods in org.audiveris.proxymusic.util with parameters of type ScorePartwiseModifier and TypeMethodDescriptionstatic SourceSource.decode(ScorePartwise scorePartwise) voidSource.encode(ScorePartwise scorePartwise) 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.