public class SCCXMLWrapper.Part extends NodeInterface implements SCC.Part
修飾子とタイプ | メソッドと説明 |
---|---|
byte |
channel() |
void |
eachnote(groovy.lang.Closure closure) |
SCCXMLWrapper.Note[] |
getNoteList() |
SCCXMLWrapper.Note[] |
getNoteOnlyList() |
SCCXMLWrapper.Note[] |
getSortedNoteList() |
SCCXMLWrapper.Note[] |
getSortedNoteList(int range) |
SCCXMLWrapper.Note[] |
getSortedNoteOnlyList() |
SCCXMLWrapper.Note[] |
getSortedNoteOnlyList(int range) |
protected java.lang.String |
getSupportedNodeName()
Returns the node name supported by the class.
|
java.lang.String |
getXPathExpression() |
java.lang.String |
name() |
int |
panpot() |
int |
prognum() |
int |
serial() |
MIDIEventList |
toMIDIEventList() |
int |
volume() |
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeKeys, getAttributeNS, getAttributes, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, node
public void eachnote(groovy.lang.Closure closure) throws javax.xml.transform.TransformerException
public SCCXMLWrapper.Note[] getNoteList()
getNoteList
インタフェース内 SCC.Part
public SCCXMLWrapper.Note[] getNoteOnlyList()
getNoteOnlyList
インタフェース内 SCC.Part
public SCCXMLWrapper.Note[] getSortedNoteList()
getSortedNoteList
インタフェース内 SCC.Part
public SCCXMLWrapper.Note[] getSortedNoteList(int range)
public SCCXMLWrapper.Note[] getSortedNoteOnlyList()
getSortedNoteOnlyList
インタフェース内 SCC.Part
public SCCXMLWrapper.Note[] getSortedNoteOnlyList(int range)
protected final java.lang.String getSupportedNodeName()
NodeInterface
Returns the node name supported by the class. Please override this method in a subclass.
このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.getSupportedNodeName
クラス内 NodeInterface
public final java.lang.String getXPathExpression()
public MIDIEventList toMIDIEventList()